class Fluent::Plugin::NullOutput

def write(chunk)

def write(chunk)
  raise "failed to flush" if @never_flush
  if @feed_proc
    @feed_proc.call(chunk)
  end
end