module Auditable

Public Instance Methods

audit() click to toggle source
# File lib/startupgem/auditable.rb, line 3
def audit
        puts "Rolled a #{self.rolled_number} (#{self.class})"
end