method
new
v2_6_3 -
Show latest stable
- Class:
Bundler::Fetcher::Base
new(downloader, remote, display_uri)public
No documentation available.
# File lib/bundler/fetcher/base.rb, line 10
def initialize(downloader, remote, display_uri)
raise "Abstract class" if self.class == Base
@downloader = downloader
@remote = remote
@display_uri = display_uri
end