(data)
| 270 | } |
| 271 | |
| 272 | end(data) { |
| 273 | if (data) |
| 274 | this.write(data); |
| 275 | if (this.didWriteAnything) |
| 276 | this.emitFooter(); |
| 277 | this.writable = false; |
| 278 | this.emit('end'); |
| 279 | } |
| 280 | |
| 281 | emitHeader() { |
| 282 | this.emit('data', '{\\rtf1\\ansi\\ansicpg1252\\uc1\\deff0\\deflang1033' + |
nothing calls this directly
no test coverage detected