Method: Synco::Shell#connection_command
- Defined in:
- lib/synco/shell.rb
#connection_command(server, *arguments) ⇒ Object
The command required to connect to the remote machine.
36 37 38 |
# File 'lib/synco/shell.rb', line 36 def connection_command(server, *arguments) [*@command, *@arguments, *arguments, server.host] end |