class ActiveSupport::Notifications::Event

def <<(event)

def <<(event)
  @children << event
end