class Bundler::Dsl

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

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