class ActionView::Renderer

def render(context, options)

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

type ActionView__Renderer_render_context = #<Class:0x000000010fd1fb40> | #<Class:0x000000011a28aaa8> | #<Class:0x000000010c9dfbe0> | #<Class:0x0000000112f705b8> | #<Class:0x000000011fcbe380>

def render: (ActionView__Renderer_render_context context, Hash options) -> ActionView::OutputBuffer

This signature was generated using 5 samples from 1 application.

Main render entry point shared by Action View and Action Controller.
def render(context, options)
  render_to_object(context, options).body
end