Method: StudioGame::Playable#w00t

Defined in:
lib/studio_game/playable.rb

#w00tObject



8
9
10
11
# File 'lib/studio_game/playable.rb', line 8

def w00t
  self.health += 15
  puts "#{name} got w00ted!"
end