Method: Bundler::Plugin.cache
- Defined in:
- lib/bundler/plugin.rb
.cache ⇒ Object
The cache directory for plugin stuffs
155 156 157 |
# File 'lib/bundler/plugin.rb', line 155 def cache @cache ||= root.join("cache") end |
The cache directory for plugin stuffs
155 156 157 |
# File 'lib/bundler/plugin.rb', line 155 def cache @cache ||= root.join("cache") end |