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