method
all_sources
v2_6_3 -
Show latest stable
- Class:
Bundler::Plugin::SourceList
all_sources()public
No documentation available.
# File lib/bundler/plugin/source_list.rb, line 16
def all_sources
path_sources + git_sources + rubygems_sources + [metadata_source]
end