FCGI::Record
# File lib/fcgi.rb, line 509 def initialize(type, id, flagment) super type, id @flagment = flagment end
# File lib/fcgi.rb, line 505 def self::parse(id, body) new(id, body) end
# File lib/fcgi.rb, line 516 def empty? @flagment.empty? end
[Validate]
Generated with the Darkfish Rdoc Generator 2.