Method: Bundler::Plugin::API#cache_dir
- Defined in:
- lib/bundler/plugin/api.rb
#cache_dir ⇒ Pathname
The cache dir to be used by the plugins for storage
55 56 57 |
# File 'lib/bundler/plugin/api.rb', line 55 def cache_dir Plugin.cache.join("plugins") end |