method
from_lock
v2_6_3 -
Show latest stable
- Class:
Bundler::Source::Git
from_lock(options)public
No documentation available.
# File lib/bundler/source/git.rb, line 35
def self.from_lock(options)
new(options.merge("uri" => options.delete("remote")))
end