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