ÿØÿÛC  ÿØÿÛC  send_body (Rack::Handler::CGI)
# File lib/rack/handler/cgi.rb, line 53
      def self.send_body(body)
        body.each { |part|
          $stdout.print part
          $stdout.flush
        }
      end