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

#descendantsObject



64
65
66
# File 'activesupport/lib/active_support/descendants_tracker.rb', line 64

def descendants
  DescendantsTracker.reject!(super)
end

#subclassesObject



60
61
62
# File 'activesupport/lib/active_support/descendants_tracker.rb', line 60

def subclasses
  DescendantsTracker.reject!(super)
end