class ActiveSupport::DescendantsTracker::WeakSet

def <<(object)

def <<(object)
  self[object] = true
end