class Lucid::ContextLoader::Orchestrator::StepInvoker

Public Class Methods

new(orchestrator) click to toggle source
# File lib/lucid/orchestrator.rb, line 13
def initialize(orchestrator)
  @orchestrator = orchestrator
end

Public Instance Methods

eof() click to toggle source
# File lib/lucid/orchestrator.rb, line 24
def eof
end
step(step) click to toggle source
# File lib/lucid/orchestrator.rb, line 20
def step(step)
  @orchestrator.invoke(step.name, Lucid::AST::MultilineArgument.from(step.doc_string || step.rows))
end
uri(uri) click to toggle source
# File lib/lucid/orchestrator.rb, line 17
def uri(uri)
end