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
63 64 65 |
# File 'lib/active_support/descendants_tracker.rb', line 63 def descendants DescendantsTracker.reject!(super) end |
#subclasses ⇒ Object
59 60 61 |
# File 'lib/active_support/descendants_tracker.rb', line 59 def subclasses DescendantsTracker.reject!(super) end |