class Bundler::Source::Path

def self.from_lock(options)

def self.from_lock(options)
  new(options.merge("path" => options.delete("remote")))
end