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