class ActiveSupport::Notifications::Fanout::Subscribers::EventObject

def publish_event(event)

def publish_event(event)
  @delegate.call event
end