Method: Foreplay::Engine::Remote::Step#execute

Defined in:
lib/foreplay/engine/remote/step.rb

#executeObject



15
16
17
18
19
# File 'lib/foreplay/engine/remote/step.rb', line 15

def execute
  s = Foreplay::Engine::Step.new(host, step, instructions)
  s.announce
  output s.commands.map { |command| execute_command(command) }.join
end