Method: Mhtml::RootDocument#to_s
- Defined in:
- lib/mhtml/root_document.rb
#to_s ⇒ Object
for testing only = no spec implemented
41 42 43 44 45 |
# File 'lib/mhtml/root_document.rb', line 41 def to_s doc_sep = Mhtml::DOUBLE_LINE_BREAK + BOUNDARY_PREFIX + @boundary + Mhtml::LINE_BREAK super + doc_sep + @sub_docs.join(doc_sep) end |