method
event_object_subscriber
v6.0.0 -
Show latest stable
- Class:
ActiveSupport::Notifications::Fanout::Subscribers
event_object_subscriber(pattern, block)public
No documentation available.
# File activesupport/lib/active_support/notifications/fanout.rb, line 106
def self.event_object_subscriber(pattern, block)
wrap_all pattern, EventObject.new(pattern, block)
end