Module: StudioGame::Rankable

Defined in:
lib/studio_game/rankable.rb

Instance Method Summary collapse

Instance Method Details

#thumbs_downObject



7
8
9
# File 'lib/studio_game/rankable.rb', line 7

def thumbs_down
  @rank -=1
end

#thumbs_upObject



3
4
5
# File 'lib/studio_game/rankable.rb', line 3

def thumbs_up
  @rank += 1
end