aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/helpers/fun/games_helper.rb
blob: 7781f9087cd1f04381a13b72582400a8427d19ad (plain) (blame)
1
2
3
4
5
6
# frozen_string_literal: true
module Fun
  module GamesHelper
    def stratego() "Iz guuut!" end
  end
end