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(**locals, &block) ⇒ {#map, #flat_map}
114 115 116 |
# File 'lib/fear/for.rb', line 114 def For(**locals, &block) For.new(**locals).call(&block) end |