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

      instance_eval(&block) if block

      self
    end