# File lib/rubygems/doc_manager.rb, line 96
  def rdoc_installed?
    File.exist?(File.join(@doc_dir, "rdoc"))
  end