class Yarrow::Process::ExpandContent

Public Instance Methods

step(source) click to toggle source
# File lib/yarrow/process/expand_content.rb, line 7
def step(source)
  "#{source} | ExpandContent::Result"
end