# File lib/rack/deflater.rb, line 59 59: def each(&block) 60: @writer = block 61: gzip =::Zlib::GzipWriter.new(self) 62: gzip.mtime = @mtime 63: @body.each { |part| 64: gzip.write(part) 65: gzip.flush 66: } 67: @body.close if @body.respond_to?(:close) 68: gzip.close 69: @writer = nil 70: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.