method
send_body
send_body(out, body)
public
Hide source
# File actionpack/lib/action_controller/vendor/rack-1.0/rack/handler/fastcgi.rb, line 81 def self.send_body(out, body) body.each { |part| out.print part out.flush } end


