# File lib_wpm/wpm/cgidriver.rb, line 32
    def env
      @closed and raise 'closed'
      ENV
    end