class Rack::Deflater::GzipStream

def write(data)

Call the block passed to #each with the gzipped data.
def write(data)
  @writer.call(data)
end