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

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

Instance Method Summary collapse

Instance Method Details

#respond ⇒ Object



27
28
29
30
31
32
33
# File 'lib/mnemosyne/probes/responder/respond.rb', line 27

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

    super
  end
end