class ActionView::StreamingTemplateRenderer::Body
def initialize(&start)
rendering the template.
It is initialized with a block that, when called, starts
A valid Rack::Body (i.e. it responds to each).
:nodoc:
* Rack::Cache needs to support streaming bodies
* Integrate exceptions with exceptron
* Support streaming from child templates, partials and so on.
== TODO
def initialize(&start) @start = start end