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