class Net::SSH::Authentication::Agent

def close

query the agent.
Closes this socket. This agent reference is no longer able to
def close
  @socket.close
end