Method: Gem::Commands::InfoCommand#description

Defined in:
lib/rubygems/commands/info_command.rb

#descriptionObject

:nodoc:



22
23
24
25
# File 'lib/rubygems/commands/info_command.rb', line 22

def description # :nodoc:
  "Info prints information about the gem such as name,"\
  " description, website, license and installed paths"
end