instiki/vendor/rails/actionpack/test/fixtures/helpers/fun/games_helper.rb

3 lines
60 B
Ruby
Raw Normal View History

2007-01-22 14:43:50 +01:00
module Fun::GamesHelper
def stratego() "Iz guuut!" end
end