# File lib_wpm/wpm/cgidriver.rb, line 114 def close @closed and raise 'closed' @closed = true @cgi.out(@options) { @messg_body } nil end