method
app_cache_path
v2_6_3 -
Show latest stable
- Class:
Bundler::Settings
app_cache_path()public
No documentation available.
# File lib/bundler/settings.rb, line 293
def app_cache_path
@app_cache_path ||= self[:cache_path] || "vendor/cache"
end