class FCGI::DataRecord
Public Class Methods
new(id, flagment)
click to toggle source
Calls superclass method
FCGI::GenericDataRecord::new
# File lib/fcgi.rb, line 540 def initialize(id, flagment) super FCGI_DATA, id, flagment end