module ActiveSupport::Notifications::Fanout::Subscribers

def self.event_object_subscriber(pattern, block)

def self.event_object_subscriber(pattern, block)
  wrap_all pattern, EventObject.new(pattern, block)
end