# File lib/rubygems/gem_commands.rb, line 893
    def initialize
      super(
        'search',
        'Display all gems whose name contains STRING'
      )
      remove_option('--name-matches')
    end