class Bundler::Plugin::API

def cache_dir

Returns:
  • (Pathname) - path of the cache dir
def cache_dir
  Plugin.cache.join("plugins")
end