module Roda::RodaPlugins::Chunked::InstanceMethods
def flush
is a no-op, so flush can be used inside views without breaking
Call the flusher if one is defined. If one is not defined, this
def flush @_flusher.call if @_flusher end
def flush @_flusher.call if @_flusher end