module NewRelic::Agent::Instrumentation::ViewComponent::Prepend
Public Instance Methods
Source
# File lib/new_relic/agent/instrumentation/view_component/prepend.rb, line 9 def render_in(*args) render_in_with_tracing(*args) { super } end
Calls superclass method