Class: Bundler::Plugin::SourceList
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
::Bundler::SourceList
|
|
Instance Chain:
self,
::Bundler::SourceList
|
|
Inherits: |
Bundler::SourceList
|
Defined in: | lib/bundler/plugin/source_list.rb |
Class Method Summary
::Bundler::SourceList
- Inherited
Instance Attribute Summary
::Bundler::SourceList
- Inherited
Instance Method Summary
- #add_git_source(options = {})
- #add_rubygems_source(options = {})
- #all_sources
- #default_source
- #rubygems_aggregate_class private
::Bundler::SourceList
- Inherited
Constructor Details
This class inherits a constructor from Bundler::SourceList
Instance Method Details
#add_git_source(options = {})
[ GitHub ]#add_rubygems_source(options = {})
[ GitHub ]#all_sources
[ GitHub ]# File 'lib/bundler/plugin/source_list.rb', line 16
def all_sources path_sources + git_sources + rubygems_sources + [ ] end
#default_source
[ GitHub ]# File 'lib/bundler/plugin/source_list.rb', line 20
def default_source git_sources.first || global_rubygems_source end