Method: ActiveSupport::DescendantsTracker::WeakSet#<<

Defined in:
activesupport/lib/active_support/descendants_tracker.rb,
activesupport/lib/active_support/descendants_tracker.rb

#<<(object) ⇒ Object



23
24
25
# File 'activesupport/lib/active_support/descendants_tracker.rb', line 23

def <<(object)
  self[object] = true
end