# File lib/rufus/treechecker.rb, line 327 def at_root (&block) @current_set = @root_set add_rules(&block) @current_set = @set end