class ActiveSupport::DescendantsTracker::WeakSet

def []=(object, _present)

def []=(object, _present)
  @map[object.object_id] = object
end