class ActionView::Template
def supports_streaming?
Returns whether the underlying handler supports streaming. If so,
def supports_streaming? handler.respond_to?(:supports_streaming?) && handler.supports_streaming? end
def supports_streaming? handler.respond_to?(:supports_streaming?) && handler.supports_streaming? end