Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_3_392) is shown here.
rdoc_installed?()
public
Is the RDoc documentation installed?
# File lib/rubygems/doc_manager.rb, line 96
def rdoc_installed?
File.exist?(File.join(@doc_dir, "rdoc"))
end