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