Method: Chake::Connection::Ssh#command_runner
- Defined in:
- lib/chake/connection/ssh.rb
#command_runner ⇒ Object
20 21 22 |
# File 'lib/chake/connection/ssh.rb', line 20 def command_runner [ssh_prefix, 'ssh', ssh_config, , ssh_target].flatten.compact end |