# File lib/soap/mimemessage.rb, line 234
  def to_s
    str = headers_str + "\r\n\r\n" + content_str
  end