# File lib/whois/record/parser/base.rb, line 128
        def self.property_not_supported(property)
          property_register(property, :not_supported)

          class_eval("def _property_\#{property}(*args)\nraise PropertyNotSupported\nend\n\nprivate :_property_\#{property}\n", __FILE__, __LINE__ + 1)
        end