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