module NewRelic::Agent::Instrumentation::Tilt::Prepend
Public Instance Methods
Source
# File lib/new_relic/agent/instrumentation/tilt/prepend.rb, line 9 def render(*args, &block) render_with_tracing { super } end
Calls superclass method