Method: Warg::Command::Step.callback

Defined in:
lib/warg.rb

.callback(command, last_step, order, block) ⇒ Object



1984
1985
1986
1987
1988
1989
1990
# File 'lib/warg.rb', line 1984

def self.callback(command, last_step, order, block)
  new \
    command,
    Callback.new(last_step, block),
    last_step.hosts,
    order
end