method

new

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

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(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