module Net::SSH::BufferedIo

def self.extended(object) # :nodoc:

:nodoc:
initialized.
argument. It ensures that the modules instance variables are all properly
Called when the #extend is called on an object, with this module as the
def self.extended(object) # :nodoc:
  # need to use __send__ because #send is overridden in Socket
  object.__send__(:initialize_buffered_io)
end