aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/helpers/fun/games_helper.rb
blob: 8b325927f3f63d62e730d6239a7cf009fa679289 (plain) (blame)
1
2
3
4
5
6
7
# frozen_string_literal: true

module Fun
  module GamesHelper
    def stratego() "Iz guuut!" end
  end
end