method
new
v7.2.3 -
Show latest stable
- Class:
ActiveSupport::DescendantsTracker::WeakSet
new()public
No documentation available.
# File activesupport/lib/active_support/descendants_tracker.rb, line 34
def initialize
@map = ObjectSpace::WeakMap.new
end