module NewRelic::Agent::Instrumentation::Roda::Prepend
Public Instance Methods
_roda_handle_main_route(*args)
click to toggle source
Calls superclass method
# 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