rtf
rtf copied to clipboard
Append fails
File.open('example01.rtf', 'a') do |file| file.write(document.to_rtf) end
Fails...
Blast! I'll have a look (or you could and submit a pull request)
Ya, checking out the code :)