method

new

ruby latest stable - Class: Bundler::Fetcher::Downloader

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

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