class ActionView::Renderer

def render_partial(context, options, &block) # :nodoc:

Experimental RBS support (using type sampling data from the type_fusion project).

def render_partial: (#<Class:0x00000001151f19c0> context, Hash options, ) -> untyped

This signature was generated using 1 sample from 1 application.

:nodoc:
Direct access to partial rendering.
def render_partial(context, options, &block) # :nodoc:
  render_partial_to_object(context, options, &block).body
end