33 34 35
# File 'lib/miniploy/deploy.rb', line 33 def ssh(cmd) system('ssh', ssh_args, target, cmd) end