install_dir()
The directory where the git gem will be installed.
# File lib/rubygems/source/git.rb, line 155 def install_dir # :nodoc: return unless File.exist? repo_cache_dir File.join base_dir, 'gems', "#{@name}-#{dir_shortref}" end