module NewRelic::Agent::Instrumentation::Tilt::Prepend

Public Instance Methods

render(*args, &block) click to toggle source
Calls superclass method
# File lib/new_relic/agent/instrumentation/tilt/prepend.rb, line 9
def render(*args, &block)
  render_with_tracing { super }
end