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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.