class Gem::Commands::ListCommand

def initialize

def initialize
  super 'list', 'Display local gems whose name matches REGEXP'
  remove_option('--name-matches')
end