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