Method: Chake::Connection::Ssh#command_runner

Defined in:
lib/chake/connection/ssh.rb

#command_runnerObject



20
21
22
# File 'lib/chake/connection/ssh.rb', line 20

def command_runner
  [ssh_prefix, 'ssh', ssh_config, ssh_options, ssh_target].flatten.compact
end