# File lib/descendants_tracker.rb, line 25 def self.setup(descendant) descendant.instance_variable_set(:@descendants, ThreadSafe::Array.new) end