Module: Mnemosyne::Probes::Responder::Respond::Instrumentation

Defined in:
lib/mnemosyne/probes/responder/respond.rb

Instance Method Summary collapse

Instance Method Details

#respondObject



30
31
32
33
34
35
# File 'lib/mnemosyne/probes/responder/respond.rb', line 30

def respond
  ::ActiveSupport::Notifications.instrument \
    'respond.responders.mnemosyne' do
    super
  end
end