class Shell
A shell provides access to a server, typically to run commands.
Definitions
def connection_command(server, *arguments)
The command required to connect to the remote machine.
Implementation
def connection_command(server, *arguments)
[*@command, *@arguments, *arguments, server.host]
end