class Net::SSH::Authentication::Agent

def initialize(logger = nil)

report status.
Creates a new Agent object, using the optional logger instance to
def initialize(logger = nil)
  self.logger = logger
end