# File test/pseudo_req_res.rb, line 79 def write(messg_body) if (@messg_head) then @messg_body << messg_body else raise 'no header' end nil end