method

install_path

ruby latest stable - Class: Bundler::Plugin::Installer::Git

Method not available on this version

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

install_path()
public

No documentation available.

# File lib/bundler/plugin/installer/git.rb, line 15
        def install_path
          @install_path ||= begin
            git_scope = "#{base_name}-#{shortref_for_path(revision)}"

            Plugin.root.join("bundler", "gems", git_scope)
          end
        end