class ActionView::Template
def instrument_render_template(&block)
Experimental RBS support (using type sampling data from the type_fusion
project).
def instrument_render_template: () -> ActionView::OutputBuffer
This signature was generated using 6 samples from 1 application.
def instrument_render_template(&block) ActiveSupport::Notifications.instrument("!render_template.action_view", instrument_payload, &block) end