Class: Yarrow::ExpandCollections
- Inherits:
-
Process::StepProcessor
- Object
- Process::StepProcessor
- Yarrow::ExpandCollections
- Defined in:
- lib/yarrow/generator.rb
Instance Attribute Summary
Attributes inherited from Process::StepProcessor
Instance Method Summary collapse
Methods inherited from Process::StepProcessor
accepts, #accepts, #can_accept?, #initialize, #process, provides, #provides
Constructor Details
This class inherits a constructor from Yarrow::Process::StepProcessor
Instance Method Details
#step(content) ⇒ Object
15 16 17 18 19 |
# File 'lib/yarrow/generator.rb', line 15 def step(content) model = Content::Model.new(content.config.content) model.(content.graph) content end |