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