method
git_proxy
v2_6_3 -
Show latest stable
- Class:
Bundler::Source::Git
git_proxy()private
No documentation available.
# File lib/bundler/source/git.rb, line 298
def git_proxy
@git_proxy ||= GitProxy.new(cache_path, uri, ref, cached_revision, self)
end