method
app_cache
v2_6_3 -
Show latest stable
- Class:
Bundler
app_cache(custom_path = nil)public
No documentation available.
# File lib/bundler.rb, line 250
def app_cache(custom_path = nil)
path = custom_path || root
Pathname.new(path).join(settings.app_cache_path)
end