Method: Bundler::Settings#app_cache_path

Defined in:
lib/bundler/settings.rb

#app_cache_pathObject



318
319
320
# File 'lib/bundler/settings.rb', line 318

def app_cache_path
  @app_cache_path ||= self[:cache_path] || "vendor/cache"
end