class StudioGame::ClumsyPlayer

Public Instance Methods

points() click to toggle source
Calls superclass method
# File lib/studio_game/clumsy_player.rb, line 5
def points
  super / 2
end