# File lib/fcgi.rb, line 278 278: def initialize(id, env, stdin, stdout = nil, stderr = nil, data = nil) 279: @id = id 280: @env = env 281: @in = stdin 282: @out = stdout || StringIO.new 283: @err = stderr || StringIO.new 284: @data = data || StringIO.new 285: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.