Module: Fear::For::Mixin
- Included in:
- Mixin
- Defined in:
- lib/fear/for.rb
Overview
Include this mixin to access convenient factory method for For.
Instance Method Summary collapse
Instance Method Details
#For(*monads, &block) ⇒ {#map, #flat_map}
119 120 121 |
# File 'lib/fear/for.rb', line 119 def For(*monads, &block) For.call(monads, &block) end |