Method: NewRelic::Agent::Instrumentation::ControllerInstrumentation::ClassMethods#parse_punctuation
- Defined in:
- lib/new_relic/agent/instrumentation/controller_instrumentation.rb
#parse_punctuation(method) ⇒ Object
203 204 205 |
# File 'lib/new_relic/agent/instrumentation/controller_instrumentation.rb', line 203 def parse_punctuation(method) [method.to_s.sub(/([?!=])$/, ''), $1] end |