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:0x00000001151f19c0> context, Hash options) -> untyped

This signature was generated using 1 sample from 1 application.

:nodoc:
def render_template_to_object(context, options) # :nodoc:
  TemplateRenderer.new(@lookup_context).render(context, options)
end