method
app_cache_path
v2_6_3 -
Show latest stable
- Class:
Bundler::Source::Path
app_cache_path(custom_path = nil)private
No documentation available.
# File lib/bundler/source/path.rb, line 142
def app_cache_path(custom_path = nil)
@app_cache_path ||= Bundler.app_cache(custom_path).join(app_cache_dirname)
end