# File lib/rack/handler/fastcgi.rb, line 78 def self.send_body(out, body) body.each { |part| out.print part out.flush } end