# File lib/rack/handler/fastcgi.rb, line 81 81: def self.send_body(out, body) 82: body.each { |part| 83: out.print part 84: out.flush 85: } 86: end