Method: Remoting::Task#run

Defined in:
lib/remoting/task.rb

#run(commander, commands) ⇒ Object



30
31
32
# File 'lib/remoting/task.rb', line 30

def run(commander, commands)
  commander.exec(commands)
end