Module: Fear::For::Mixin Private
- Included in:
- Mixin
- Defined in:
- lib/fear/for.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Include this mixin to access convenient factory method for For
.
Instance Method Summary collapse
Instance Method Details
permalink #For(*monads, &block) ⇒ {#map, #flat_map}
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
66 67 68 |
# File 'lib/fear/for.rb', line 66 def For(*monads, &block) Fear.for(*monads, &block) end |