Class: Moonshot::Commands::Ssh

Inherits:
SSHCommand show all
Defined in:
lib/moonshot/commands/ssh.rb

Instance Method Summary collapse

Methods inherited from SSHCommand

#parser

Methods inherited from Moonshot::Command

inherited, #parser

Instance Method Details

#executeObject



7
8
9
# File 'lib/moonshot/commands/ssh.rb', line 7

def execute
  controller.ssh
end