Module: ActiveSupport::DescendantsTracker::ReloadedClassesFiltering
Do not use. This module is for internal use only.
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Included In:
| |
Defined in: | activesupport/lib/active_support/descendants_tracker.rb |
Instance Method Summary
Instance Method Details
#descendants
[ GitHub ]# File 'activesupport/lib/active_support/descendants_tracker.rb', line 63
def descendants DescendantsTracker.reject!(super) end
#subclasses
[ GitHub ]# File 'activesupport/lib/active_support/descendants_tracker.rb', line 59
def subclasses DescendantsTracker.reject!(super) end