Method: Rex::Post::Channel::SocketAbstraction::SocketInterface#close
- Defined in:
- lib/rex/post/channel/socket_abstraction.rb
#close ⇒ Object
50 51 52 53 54 |
# File 'lib/rex/post/channel/socket_abstraction.rb', line 50 def close super channel.cleanup_abstraction channel.close end |