# File lib/rack/response.rb, line 81 def each(&callback) @body.each(&callback) @writer = callback @block.call(self) if @block end