Method: Bundler::SourceList#initialize
- Defined in:
- lib/bundler/source_list.rb
#initialize ⇒ SourceList
15 16 17 18 19 20 21 22 23 24 25 26 |
# File 'lib/bundler/source_list.rb', line 15 def initialize @path_sources = [] @git_sources = [] @plugin_sources = [] @global_rubygems_source = nil @global_path_source = nil @rubygems_sources = [] = Source::Metadata.new @merged_gem_lockfile_sections = false @local_mode = true end |