# File lib/whois/record/parser.rb, line 173
      def property_supported?(property)
        parsers.any? { |parser| parser.property_supported?(property) }
      end