class ActiveSupport::DescendantsTracker::WeakSet

def [](object)

def [](object)
  @map.key?(object.object_id)
end