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