class MoreMath::Sequence

def sorted

Return a sorted array of the elements.
def sorted
  @elements.sort
end