# File lib/rufus/treechecker.rb, line 185 def clone tc = TreeChecker.new tc.instance_variable_set(:@root_set, @root_set.clone) tc.instance_variable_set(:@set, @set.clone) tc end