module NewRelic::Agent::Instrumentation::Sinatra::Build::Prepend

Public Instance Methods

build(*args, &block) click to toggle source
Calls superclass method
# File lib/new_relic/agent/instrumentation/sinatra/prepend.rb, line 27
def build(*args, &block)
  build_with_tracing(*args) { super }
end