Class Gem::DocManager
In: lib/rubygems/doc_manager.rb
Parent: Object

Methods

Included Modules

UserInteraction

Public Class methods

Create a document manager for the given gem spec.

spec:The Gem::Specification object representing the gem.
rdoc_args:Optional arguments for RDoc (template etc.) as a String.

Public Instance methods

Generate the RDoc documents for this gem spec.

Note that if both RI and RDoc documents are generated from the same process, the RI docs should be done first (a likely bug in RDoc will cause RI docs generation to fail if run after RDoc).

Generate the RI documents for this gem spec.

Note that if both RI and RDoc documents are generated from the same process, the RI docs should be done first (a likely bug in RDoc will cause RI docs generation to fail if run after RDoc).

Load the RDoc documentation generator library.

Is the RDoc documentation installed?

[Validate]