method
descendants
v8.0.0 -
Show latest stable
- Class:
ActiveSupport::DescendantsTracker::ReloadedClassesFiltering
descendants()public
No documentation available.
# File activesupport/lib/active_support/descendants_tracker.rb, line 63
def descendants
DescendantsTracker.reject!(super)
end