# File lib_core/rucy/response.rb, line 174 def write(messg_body) @closed_head or raise 'not closed messasge head' @messg_writer.write(messg_body) nil end