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.
ri_installed?()
public
Is the RI documentation installed?
# File lib/rubygems/doc_manager.rb, line 103
def ri_installed?
File.exist?(File.join(@doc_dir, "ri"))
end