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