instance method
<<
Ruby on Rails 6.1.7.10
Since v4.0.13 Last seen in v7.0.10Signature
<<(event)
No documentation comment.
Parameters
-
eventreq
Source
# File activesupport/lib/active_support/notifications/instrumenter.rb, line 119
def <<(event)
@children << event
end
Defined in activesupport/lib/active_support/notifications/instrumenter.rb line 119
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Notifications::Event