Class: Randsum::LowDropper
- Defined in:
- lib/randsum/filters/droppers/low_dropper.rb
Instance Attribute Summary
Attributes inherited from Dropper
Instance Method Summary collapse
Methods inherited from Dropper
Constructor Details
This class inherits a constructor from Randsum::Dropper
Instance Method Details
#ordered ⇒ Object
3 4 5 |
# File 'lib/randsum/filters/droppers/low_dropper.rb', line 3 def ordered roll.result.sort { |a, b| b <=> a } end |