# File lib/rufus/treechecker.rb, line 144 def initialize(&block) @root_set = RuleSet.new @set = RuleSet.new @current_set = @set add_rules(&block) end