class Bundler::Dsl

def path(path, options = {}, source_options = {})

def path(path, options = {}, source_options = {})
  source Source::Path.new(_normalize_hash(options).merge("path" => path)), source_options
end