method
each
v7.0.0 -
Show latest stable
- Class:
ActiveSupport::DescendantsTracker::DescendantsArray
each()public
No documentation available.
# File activesupport/lib/active_support/descendants_tracker.rb, line 193
def each
@refs.reject! do |ref|
yield ref.__getobj__
false
rescue WeakRef::RefError
true
end
self
end