method
cache_path
v2_6_3 -
Show latest stable
- Class:
Bundler::Plugin::Installer::Git
cache_path()public
No documentation available.
# File lib/bundler/plugin/installer/git.rb, line 7
def cache_path
@cache_path ||= begin
git_scope = "#{base_name}-#{uri_hash}"
Plugin.cache.join("bundler", "git", git_scope)
end
end