Object
# File lib/net/ssh/connection/session.rb, line 51 51: def initialize(session) 52: @session = session 53: end
# File lib/net/ssh/connection/session.rb, line 55 55: def method_missing(sym, *args) 56: @session.lwarn { "ignoring request #{sym.inspect} for non-existent (closed?) channel; probably ssh server bug" } 57: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.