# File lib/bundler/fetcher/downloader.rb, line 9 def initialize(connection, redirect_limit) @connection = connection @redirect_limit = redirect_limit end