Method: Bundler::Plugin::API#cache_dir

Defined in:
lib/bundler/plugin/api.rb

#cache_dirPathname

The cache dir to be used by the plugins for storage

Returns:

  • (Pathname)

    path of the cache dir



55
56
57
# File 'lib/bundler/plugin/api.rb', line 55

def cache_dir
  Plugin.cache.join("plugins")
end