Libraries
»
monads
(0.1.0)
»
Index
»
Monads
»
Many
»
from_value
Method: Monads::Many.from_value
Defined in:
lib/monads/many.rb
.
from_value
(value) ⇒
Object
23 24 25
# File 'lib/monads/many.rb', line 23
def
self
.
from_value
(
value
)
Many
.
new
(
[
value
]
)
end