class ActionView::Renderer

def render(context, options)

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

def render: (#<Class:0x000000010ee11360> context, Hash options) -> untyped

This signature was generated using 1 sample 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