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