An alternate to Gem::Commands::QueryCommand
that searches for gems starting with the supplied argument.
Class Methods
::
lib/rubygems/commands/list_command.rb
View on GitHub
# File tmp/rubies/ruby-2.7.6/lib/rubygems/commands/list_command.rb, line 11
def initialize
super 'list', 'Display local gems whose name matches REGEXP'
remove_option('--name-matches')
end
No documentation available