# File lib/rufus/treechecker.rb, line 187
    def add_rules(&block)

      instance_eval(&block) if block

      self
    end