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