Method: ActiveSupport::Notifications::Instrumenter::LegacyHandle::Wrapper#initialize

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

#initialize(notifier) ⇒ Wrapper

Returns a new instance of Wrapper.



23
24
25
# File 'activesupport/lib/active_support/notifications/instrumenter.rb', line 23

def initialize(notifier)
  @notifier = notifier
end