method
description
v2_6_3 -
Show latest stable
- Class:
Gem::Commands::SearchCommand
description()public
No documentation available.
# File lib/rubygems/commands/search_command.rb, line 23
def description # :nodoc:
The search command displays remote gems whose name matches the givenregexp.The --details option displays additional details from the gem but willtake a little longer to complete as it must download the informationindividually from the index.To list local gems use the list command.
end