Class: Yarrow::ScanSource

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(config) ⇒ Object



6
7
8
# File 'lib/yarrow/generator.rb', line 6

def step(config)
  Yarrow::Content::Graph.from_source(config)
end