The full path to the gem (install path + full name).
# File lib/rubygems/basic_specification.rb, line 115
def full_gem_path
# TODO: This is a heavily used method by gems, so we'll need
# to aleast just alias it to #gem_dir rather than remove it.
@full_gem_path ||= find_full_gem_path
end