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