class MoreMath::Sequence

def max

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