method
new
v7.0.0 -
Show latest stable
- Class:
ActiveSupport::Notifications::Instrumenter
new(notifier)public
No documentation available.
# File activesupport/lib/active_support/notifications/instrumenter.rb, line 11
def initialize(notifier)
@id = unique_id
@notifier = notifier
end