module Mnemosyne::Probes::Responder::Respond::Instrumentation
Public Instance Methods
respond()
click to toggle source
Calls superclass method
# File lib/mnemosyne/probes/responder/respond.rb, line 27 def respond ::ActiveSupport::Notifications.instrument \ 'respond.responders.mnemosyne' do super end end