class Net::SSH::Authentication::Pageant::Socket

def self.open(location=nil)

the general Socket interface.
parameter is ignored, and is only needed for compatibility with
The factory method for creating a new Socket instance. The location
def self.open(location=nil)
  new
end