class Rollr::HighDropper

Public Instance Methods

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