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