Class: Yarrow::Process::ProjectManifest

Inherits:
StepProcessor show all
Defined in:
lib/yarrow/process/project_manifest.rb

Instance Attribute Summary

Attributes inherited from StepProcessor

#source

Instance Method Summary collapse

Methods inherited from StepProcessor

accepts, #accepts, #can_accept?, #initialize, #process, provides, #provides

Constructor Details

This class inherits a constructor from Yarrow::Process::StepProcessor

Instance Method Details

#after_step(content) ⇒ Object



15
16
17
# File 'lib/yarrow/process/project_manifest.rb', line 15

def after_step(content)

end

#before_step(content) ⇒ Object



7
8
9
# File 'lib/yarrow/process/project_manifest.rb', line 7

def before_step(content)

end

#step(content) ⇒ Object



11
12
13
# File 'lib/yarrow/process/project_manifest.rb', line 11

def step(content)
  "#{content} | ProjectManifest::Result"
end