module NewRelic::Agent::Instrumentation::Roda::Prepend
Public Instance Methods
Source
# File lib/new_relic/agent/instrumentation/roda/prepend.rb, line 10 def _roda_handle_main_route(*args) _roda_handle_main_route_with_tracing(*args) { super } end
Calls superclass method