Class: Randsum::HighDropper
- Defined in:
- lib/randsum/filters/droppers/high_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/high_dropper.rb', line 3 def ordered roll.result.sort { |a, b| a <=> b } end |