# File lib/bundler/fetcher.rb, line 183 def fetchers @fetchers ||= FETCHERS.map {|f| f.new(downloader, @remote, uri) } end