# File lib/whois/answer/parser/base.rb, line 72
        def self.property_status(property)
          property = property.to_s.to_sym
          property_registry(self)[property]
        end