module NewRelic::Agent::Instrumentation::Sinatra::Build::Prepend
Public Instance Methods
Source
# File lib/new_relic/agent/instrumentation/sinatra/prepend.rb, line 27 def build(*args, &block) build_with_tracing(*args) { super } end
Calls superclass method