Method: Net::SSH::Shell#subshell

Defined in:
lib/net/ssh/shell.rb

#subshell(command, &callback) ⇒ Object



86
87
88
# File 'lib/net/ssh/shell.rb', line 86

def subshell(command, &callback)
  execute(command, Net::SSH::Shell::Subshell, &callback)
end