Class: Dicechucker::DieSingle
Instance Attribute Summary
Attributes inherited from Dice
#modifier, #number_of_dice, #results, #sides, #total
Instance Method Summary collapse
Methods inherited from Dice
Constructor Details
This class inherits a constructor from Dicechucker::Dice
Instance Method Details
#report ⇒ Object
93 94 95 |
# File 'lib/dicechucker/dice.rb', line 93 def report "rolled #{@total}." end |