method

app_cache_path

ruby latest stable - Class: Bundler::Source::Path

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

app_cache_path(custom_path = nil)
private

No documentation available.

# File lib/bundler/source/path.rb, line 142
      def app_cache_path(custom_path = nil)
        @app_cache_path ||= Bundler.app_cache(custom_path).join(app_cache_dirname)
      end