method
fetchers
v2_6_3 -
Show latest stable
- Class:
Bundler::Fetcher
fetchers()public
No documentation available.
# File lib/bundler/fetcher.rb, line 202
def fetchers
@fetchers ||= FETCHERS.map {|f| f.new(downloader, @remote, uri) }
end