method

new

new(connection, redirect_limit)
public

No documentation available.

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