Method: NewRelic::Agent::Instrumentation::ActiveSupportSubscriber#method_from_name
- Defined in:
- lib/new_relic/agent/instrumentation/active_support_subscriber.rb
#method_from_name(name) ⇒ Object
35 36 37 |
# File 'lib/new_relic/agent/instrumentation/active_support_subscriber.rb', line 35 def method_from_name(name) METHOD_NAME_MAPPING[name] end |