class Gem::Commands::SearchCommand

def initialize

def initialize
  super 'search', 'Display remote gems whose name matches REGEXP'
  remove_option '--name-matches'
  defaults[:domain] = :remote
end