module Bundler::Plugin::API::Source
def app_cache_path(custom_path = nil)
installed latter.
The full path where the plugin should cache the gem so that it can be
def app_cache_path(custom_path = nil) @app_cache_path ||= Bundler.app_cache(custom_path).join(app_cache_dirname) end