FCGI::Record
# File lib/fcgi.rb, line 509 509: def initialize(type, id, flagment) 510: super type, id 511: @flagment = flagment 512: end
# File lib/fcgi.rb, line 505 505: def self::parse(id, body) 506: new(id, body) 507: end
# File lib/fcgi.rb, line 516 516: def empty? 517: @flagment.empty? 518: end
# File lib/fcgi.rb, line 522 522: def make_body 523: @flagment 524: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.