class Yarrow::ExpandCollections
Public Instance Methods
step(content)
click to toggle source
# File lib/yarrow/generator.rb, line 15 def step(content) model = Content::Model.new(content.config.content) model.expand(content.graph) content end