class Yarrow::Process::ProjectManifest

Public Instance Methods

after_step(content) click to toggle source
# File lib/yarrow/process/project_manifest.rb, line 15
def after_step(content)

end
before_step(content) click to toggle source
# File lib/yarrow/process/project_manifest.rb, line 7
def before_step(content)

end
step(content) click to toggle source
# File lib/yarrow/process/project_manifest.rb, line 11
def step(content)
  "#{content} | ProjectManifest::Result"
end