# File lib/net/ssh/authentication/pageant.rb, line 254
    def self.socket_factory
      if RUBY_VERSION < "1.9"
        Socket
      else
        Socket19
      end
    end