Class: Yarrow::FlattenManifest

Inherits:
Process::StepProcessor show all
Defined in:
lib/yarrow/generator.rb

Instance Attribute Summary

Attributes inherited from Process::StepProcessor

#source

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



26
27
28
# File 'lib/yarrow/generator.rb', line 26

def step(content)
  Web::Manifest.build(content.graph)
end