# File lib/fcgi.rb, line 358 def initialize(id, role, flags) super FCGI_BEGIN_REQUEST, id @role = role @flags = flags end