class ActionView::Renderer

def render(context, options)

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

def render: (#<Class:0x0000000114766f50> context, Hash options) -> ActionView::OutputBuffer

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