Parent

Class Index [+]

Quicksearch

FCGI::Stream

Public Instance Methods

_rack_read_without_buffer(n, buffer=nil) click to toggle source

Alias for read

read(n, buffer=nil) click to toggle source

(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
Also aliased as: _rack_read_without_buffer

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.