Method: Net::SSH::Shell#close!

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

#close!Object



104
105
106
# File 'lib/net/ssh/shell.rb', line 104

def close!
  channel.close if channel
end