Method: Bundler::Plugin::Installer::Git#install_path

Defined in:
lib/bundler/plugin/installer/git.rb

#install_pathObject

[View source]

15
16
17
18
19
20
21
# 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