Module: Studio_game::Auditable

Included in:
Game
Defined in:
lib/studio_game/auditable.rb

Instance Method Summary collapse

Instance Method Details

#audit(roll = 0) ⇒ Object



4
5
6
7
# File 'lib/studio_game/auditable.rb', line 4

def audit(roll=0) 
  puts "Audit: Rolled a #{roll}"
  return roll
end