# File lib/net/ssh/authentication/pageant.rb, line 254
254:     def self.socket_factory
255:       if RUBY_VERSION < "1.9"
256:         Socket
257:       else
258:         Socket19
259:       end
260:     end