instance method
<<
Ruby on Rails 4.0.13
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 63
def <<(event)
@children << event
end
Defined in activesupport/lib/active_support/notifications/instrumenter.rb line 63
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Notifications::Event