# File lib/bundler/source_list.rb, line 13
    def add_path_source(options = {})
      add_source_to_list Source::Path.new(options), path_sources
    end