Method: Bundler::Plugin::SourceList#add_path_source
- Defined in:
- lib/bundler/plugin/source_list.rb
#add_path_source(options = {}) ⇒ Object
12 13 14 |
# File 'lib/bundler/plugin/source_list.rb', line 12 def add_path_source( = {}) add_source_to_list Plugin::Installer::Path.new(), path_sources end |