Class: Laziest::MinMax::Min

Inherits:
Laziest::MinMax show all
Defined in:
lib/laziest/minmax.rb

Overview

Inverse of above.

Instance Method Summary collapse

Methods inherited from Laziest::MinMax

#__force_until__

Constructor Details

#initialize(enumerator) ⇒ Min

Returns a new instance of Min.



86
87
88
# File 'lib/laziest/minmax.rb', line 86

def initialize enumerator
  super(enumerator, :<)
end