# File lib/bundler/fetcher.rb, line 43 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 end