method

fetchers

fetchers()
public

No documentation available.

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