Method: ActiveSupport::Notifications::Fanout::Subscribers.event_object_subscriber

Defined in:
activesupport/lib/active_support/notifications/fanout.rb

.event_object_subscriber(pattern, block) ⇒ Object



107
108
109
# File 'activesupport/lib/active_support/notifications/fanout.rb', line 107

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