Method: NewRelic::Agent::MethodTracer::ClassMethods::AddMethodTracer#_nr_traced_method_module
- Defined in:
- lib/new_relic/agent/method_tracer.rb
#_nr_traced_method_module ⇒ Object
Returns an anonymous module that stores prepended trace methods.
162 163 164 |
# File 'lib/new_relic/agent/method_tracer.rb', line 162 def _nr_traced_method_module @_nr_traced_method_module ||= Module.new end |