class ActiveSupport::Notifications::Instrumenter

def start(name, payload)

Send a start notification with +name+ and +payload+.
def start(name, payload)
  @notifier.start name, @id, payload
end