# File lib/bundler/source/path.rb, line 41
      def self.from_lock(options)
        new(options.merge("path" => options.delete("remote")))
      end