class ToccoStudioGame::ClumsyPlayer
Public Instance Methods
found_treasure(treasure)
click to toggle source
Calls superclass method
# File lib/tocco_studio_game/clumsy_player.rb, line 7 def found_treasure(treasure) treasure = Treasure.new(treasure.name, treasure.points / 2.0) super(treasure) end
w00t()
click to toggle source
Calls superclass method
# File lib/tocco_studio_game/clumsy_player.rb, line 11 def w00t super end