class ActionView::Template::Renderable

def render(context, *args)

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

def render: (#<Class:0x0000000122b3d530> context, *Array[Hash, ] args) -> ActionView::OutputBuffer

This signature was generated using 1 sample from 1 application.

def render(context, *args)
  @renderable.render_in(context)
end