# File lib/rack/response.rb, line 82 82: def each(&callback) 83: @body.each(&callback) 84: @writer = callback 85: @block.call(self) if @block 86: end