class Bundler::Fetcher

def initialize(remote)

def initialize(remote)
  @remote = remote
  Socket.do_not_reverse_lookup = true
  connection # create persistent connection
end