instance method
subclasses
Ruby on Rails 7.0.10
Since v6.1.7.10 Last seen in v7.1.6Signature
subclasses()
No documentation comment.
Source
# File activesupport/lib/active_support/descendants_tracker.rb, line 82
def subclasses
subclasses = super
subclasses.reject! { |d| @@excluded_descendants[d] }
subclasses
end
Defined in activesupport/lib/active_support/descendants_tracker.rb line 82
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::DescendantsTracker