# File lib/bundler/fetcher.rb, line 45
    def initialize(remote_uri)
      @remote_uri = remote_uri
      @has_api    = true # will be set to false if the rubygems index is ever fetched
      @@connection ||= Net::HTTP::Persistent.new nil, :ENV
      @@connection.read_timeout = API_TIMEOUT
    end