module Net::SSH::Test::Extensions::IO::ClassMethods
def self.extended(obj) #:nodoc:
def self.extended(obj) #:nodoc: class <<obj alias_method :select_for_real, :select alias_method :select, :select_for_test end end
def self.extended(obj) #:nodoc: class <<obj alias_method :select_for_real, :select alias_method :select, :select_for_test end end