class ActionView::AbstractRenderer::RenderedTemplate

def initialize(body, template)

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

def initialize: (ActionView::OutputBuffer body, ActionView::Template template) -> void

This signature was generated using 7 samples from 1 application.

def initialize(body, template)
  @body = body
  @template = template
end