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