class MoreMath::Sequence

def max

Returns the maximum of the elements.
def max
  @elements.max
end