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

#descendantsObject



62
63
64
# File 'activesupport/lib/active_support/descendants_tracker.rb', line 62

def descendants
  DescendantsTracker.reject!(super)
end

#subclassesObject



58
59
60
# File 'activesupport/lib/active_support/descendants_tracker.rb', line 58

def subclasses
  DescendantsTracker.reject!(super)
end