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