Class: Laziest::MinMax::Min
- Inherits:
-
Laziest::MinMax
- Object
- Promise
- Laziest::MinMax
- Laziest::MinMax::Min
- Defined in:
- lib/laziest/minmax.rb
Overview
Inverse of above.
Instance Method Summary collapse
-
#initialize(enumerator) ⇒ Min
constructor
A new instance of Min.
Methods inherited from Laziest::MinMax
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 |