An alternate to Gem::Commands::QueryCommand that searches for gems starting with the the supplied argument.

Methods
N
Class Public methods
new()
# File lib/rubygems/commands/list_command.rb, line 10
def initialize
  super 'list', 'Display local gems whose name starts with STRING'

  remove_option('--name-matches')
end