# File lib/rubygems/specification.rb, line 1284
  def gem_dir
    @gem_dir ||= File.expand_path File.join(gems_dir, full_name)
  end