(string, attributes)
| 247 | } |
| 248 | |
| 249 | appendStringWithAttributes(string, attributes) { |
| 250 | return this.appendPiece(pieceForString(string, attributes)) |
| 251 | } |
| 252 | |
| 253 | appendAttachmentWithAttributes(attachment, attributes) { |
| 254 | return this.appendPiece(pieceForAttachment(attachment, attributes)) |
no test coverage detected