Class: Dicechucker::DiceDropLow
- Inherits:
-
DiceDropper
- Object
- Dice
- DiceDropper
- Dicechucker::DiceDropLow
- Defined in:
- lib/dicechucker/dice.rb
Instance Attribute Summary
Attributes inherited from DiceDropper
Attributes inherited from Dice
#modifier, #number_of_dice, #results, #sides, #total
Instance Method Summary collapse
Methods inherited from DiceDropper
Methods inherited from Dice
#==, #initialize, #report, #roll
Constructor Details
This class inherits a constructor from Dicechucker::Dice
Instance Method Details
#drop_target ⇒ Object
68 69 70 |
# File 'lib/dicechucker/dice.rb', line 68 def drop_target @results.min end |