Module: StudioGameJB::Auditable
- Included in:
- Dice, LoadedDice
- Defined in:
- lib/studio_game_jb/auditable.rb
Instance Method Summary collapse
Instance Method Details
#audit ⇒ Object
3 4 5 |
# File 'lib/studio_game_jb/auditable.rb', line 3 def audit puts "Rolled a #{number} (#{self.class})" end |