# File lib/fcgi.rb, line 261
      def env
        h = {}
        @envs.each {|rec| h.update rec.values }
        h
      end