method
each
v6.1.7.7 -
Show latest stable
- Class:
ActionView::StreamingTemplateRenderer::Body
each(&block)public
No documentation available.
# File actionview/lib/action_view/renderer/streaming_template_renderer.rb, line 19
def each(&block)
begin
@start.call(block)
rescue Exception => exception
log_error(exception)
block.call ActionView::Base.streaming_completion_on_exception
end
self
end