class Bundler::Plugin::SourceList

def add_path_source(options = {})

def add_path_source(options = {})
  add_source_to_list Plugin::Installer::Path.new(options), path_sources
end