# File lib/bundler.rb, line 209 def app_cache(custom_path = nil) path = custom_path || root path.join(self.settings.app_cache_path) end