method

description

ruby latest stable - Class: Gem::Commands::RdocCommand
description()
public

No documentation available.

# File lib/rubygems/commands/rdoc_command.rb, line 47
  def description # :nodoc:
    The rdoc command builds documentation for installed gems.  By defaultonly documentation is built using rdoc, but additional types ofdocumentation may be built through rubygems plugins and theGem.post_installs hook.Use --overwrite to force rebuilding of documentation.
  end