Module: ActiveSupport::DescendantsTracker::ReloadedClassesFiltering
- Included in:
- Class
- Defined in:
- lib/active_support/descendants_tracker.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#descendants ⇒ Object
64 65 66 |
# File 'lib/active_support/descendants_tracker.rb', line 64 def descendants DescendantsTracker.reject!(super) end |
#subclasses ⇒ Object
60 61 62 |
# File 'lib/active_support/descendants_tracker.rb', line 60 def subclasses DescendantsTracker.reject!(super) end |