Module: StudioGame::Auditable
- Included in:
- Game
- Defined in:
- lib/studio_game/auditable.rb
Overview
module that audits dice rolls
Instance Method Summary collapse
Instance Method Details
#audit(number) ⇒ Object
6 7 8 |
# File 'lib/studio_game/auditable.rb', line 6 def audit(number) puts "Audit: Rolled a #{number}" end |