method

from_lock

from_lock(options)
public

No documentation available.

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