# File lib_wpm/wpm/cgidriver.rb, line 97 def write(messg_body) @closed and raise 'closed' @messg_body.concat(messg_body) nil end