# File lib/rubygems/commands/list_command.rb, line 26
      def execute
        string = get_one_optional_argument || ''
        options[:name] = /^#{string}/i
        super
      end