Class: Net::SSH::Proxy::Command
- Inherits:
-
Object
- Object
- Net::SSH::Proxy::Command
- Defined in:
- lib/sshkit/backends/connection_pool.rb
Instance Method Summary collapse
-
#inspect ⇒ Object
Ensure a stable string value is used, rather than memory address.
Instance Method Details
#inspect ⇒ Object
Ensure a stable string value is used, rather than memory address.
17 18 19 |
# File 'lib/sshkit/backends/connection_pool.rb', line 17 def inspect @command_line_template end |