# File lib/rufus/treechecker.rb, line 148
    def initialize (&block)

      @root_set = RuleSet.new
      @set = RuleSet.new
      @current_set = @set

      add_rules(&block)
    end