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