module NewRelic::Agent::Instrumentation::Roda::Build::Prepend

Public Instance Methods

build_rack_app() click to toggle source
Calls superclass method
# File lib/new_relic/agent/instrumentation/roda/prepend.rb, line 18
def build_rack_app
  build_rack_app_with_tracing { super }
end