class MoreMath::Sequence

def min

Returns the minimum of the elements.
def min
  @elements.min
end