Bundler::SourceList
# File bundler/plugin/source_list.rb, line 8 def add_git_source(options = {}) add_source_to_list Plugin::Installer::Git.new(options), git_sources end
# File bundler/plugin/source_list.rb, line 12 def add_rubygems_source(options = {}) add_source_to_list Plugin::Installer::Rubygems.new(options), @rubygems_sources end
# File bundler/plugin/source_list.rb, line 16 def all_sources path_sources + git_sources + rubygems_sources + [metadata_source] end
This page was generated for Ruby 2.6.9
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.42.0.