module Roda::RodaPlugins::Chunked::InstanceMethods

def flush

things if chunking is not used.
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