class ActionView::AbstractRenderer::RenderedTemplate

:nodoc:

def format

def format
  template.format
end

def initialize(body, template)

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