In Files

Methods

FCGI::ParamsRecord

Public Class Methods

new(id, values) click to toggle source
     # File lib/fcgi.rb, line 495
495:       def initialize(id, values)
496:         super FCGI_PARAMS, id, values
497:       end

Public Instance Methods

empty?() click to toggle source
     # File lib/fcgi.rb, line 499
499:       def empty?
500:         @values.empty?
501:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.