# File lib/cgikit.rb, line 2524 def initialize @headers = ENV @input = $stdin @output = $stdout @error = $stderr _initialize_query end