Parent

Class Index [+]

Quicksearch

Net::SSH::Connection::Session::NilChannel

Public Class Methods

new(session) click to toggle source
    # File lib/net/ssh/connection/session.rb, line 51
51:       def initialize(session)
52:         @session = session
53:       end

Public Instance Methods

method_missing(sym, *args) click to toggle source
    # 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.