module FightClub::Auditable
Public Instance Methods
audit()
click to toggle source
# File lib/fightclub/auditable.rb, line 4 def audit puts "Rolled a #{self.number} (#{self.class})" end
# File lib/fightclub/auditable.rb, line 4 def audit puts "Rolled a #{self.number} (#{self.class})" end