class Randsum::LowDropper

Public Instance Methods

ordered() click to toggle source
# File lib/randsum/filters/droppers/low_dropper.rb, line 3
def ordered
  roll.result.sort { |a, b| b <=> a }
end