# File lib/rufus/treechecker.rb, line 325
    def at_root(&block)

      @current_set = @root_set
      add_rules(&block)
      @current_set = @set
    end