method

new

ruby latest stable - Class: Bundler::SourceList

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

No documentation available.

# File lib/bundler/source_list.rb, line 11
    def initialize
      @path_sources           = []
      @git_sources            = []
      @plugin_sources         = []
      @global_rubygems_source = nil
      @rubygems_aggregate     = rubygems_aggregate_class.new
      @rubygems_sources       = []
      @metadata_source        = Source::Metadata.new
    end