class Randsum::HighDropper

Public Instance Methods

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