method
set_local!
v2_6_3 -
Show latest stable
- Class:
Bundler::Source::Git
set_local!(path)private
No documentation available.
# File lib/bundler/source/git.rb, line 248
def set_local!(path)
@local = true
@local_specs = @git_proxy = nil
@cache_path = @install_path = path
end