# File lib/kwalify/rule.rb, line 40
    def initialize(hash=nil, parent=nil)
      _init(hash, "", {}) if hash
      @parent = parent
    end