# File lib/rubygems/gem_commands.rb, line 913
    def execute
      string = get_one_optional_argument
      options[:name] = /#{string}/i
      super
    end