Object
# File lib/rack/handler/fastcgi.rb, line 10 10: def read(n, buffer=nil) 11: buf = _rack_read_without_buffer n 12: buffer.replace(buf.to_s) if buffer 13: buf 14: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.