class ActionView::Renderer
def render_template_to_object(context, options) # :nodoc:
Experimental RBS support (using type sampling data from the type_fusion
project).
def render_template_to_object: ((#<Class:0x0000000108d7e610> | #<Class:0x0000000116cb8858> | #<Class:0x00000001077afb40>) context, Hash options) -> ActionView::AbstractRenderer::RenderedTemplate
This signature was generated using 3 samples from 1 application.
def render_template_to_object(context, options) # :nodoc: TemplateRenderer.new(@lookup_context).render(context, options) end