method
parent_of?
v6.0.0 -
Show latest stable
- Class:
ActiveSupport::Notifications::Event
parent_of?(event)public
No documentation available.
# File activesupport/lib/active_support/notifications/instrumenter.rb, line 134
def parent_of?(event)
@children.include? event
end