method

new

new(remote)
public

No documentation available.

# File lib/bundler/fetcher.rb, line 81
    def initialize(remote)
      @remote = remote

      Socket.do_not_reverse_lookup = true
      connection # create persistent connection
    end