# File lib/rubygems/specification.rb, line 1705
  def ri_dir
    @ri_dir ||= File.join base_dir, 'ri', full_name
  end