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