Method: LibGems::Commands::RdocCommand#description
- Defined in:
- lib/libgems/commands/rdoc_command.rb
#description ⇒ Object
:nodoc:
45 46 47 48 49 50 |
# File 'lib/libgems/commands/rdoc_command.rb', line 45 def description # :nodoc: <<-DESC The rdoc command builds RDoc and RI documentation for installed gems. Use --overwrite to force rebuilding of documentation. DESC end |