Method: Bundler::Fetcher::Downloader#initialize

Defined in:
lib/bundler/fetcher/downloader.rb

#initialize(connection, redirect_limit) ⇒ Downloader

Returns a new instance of Downloader.



9
10
11
12
# File 'lib/bundler/fetcher/downloader.rb', line 9

def initialize(connection, redirect_limit)
  @connection = connection
  @redirect_limit = redirect_limit
end