Module: Auditable

Included in:
Die, LoadedDie
Defined in:
lib/dry_game/auditable.rb

Instance Method Summary collapse

Instance Method Details

#auditObject



3
4
5
# File 'lib/dry_game/auditable.rb', line 3

def audit
 puts " Rolled a #{self.number}(#{self.class})"
end