class Rollr::LowDropper

Public Instance Methods

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