ActiveSupport::DescendantsTracker is mixed into every class in a Rails app and stores, in a class-level class-variable hash, every class and what it inherits from. Side effect: classes referenced there are never garbage collected by Ruby, so anonymous or dynamically created classes live on indefinitely — presented in the talk's epilogue as an example of framework-level retention developers should be aware of.