class Gem::Commands::RdocCommand

def description # :nodoc:

:nodoc:
def description # :nodoc:
  <<-DESC
e rdoc command builds documentation for installed gems.  By default
ly documentation is built using rdoc, but additional types of
cumentation may be built through rubygems plugins and the
m.post_installs hook.
e --overwrite to force rebuilding of documentation.
  DESC
end