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