search for: to_rtf

Displaying 1 result from an estimated 1 matches for "to_rtf".

Did you mean: bo_ref
2007 Oct 25
0
Can't use ruby-rtf gem
...;' require ''rtf'' include RTF document = Document.new(Font.new(Font::ROMAN, ''Times New Roman'')) document.paragraph << "This is a short paragraph of text." File.open(''my_document.rtf'') {|file| file.write(document.to_rtf)} and then run it with "ruby rtf.rb", and get this: ./rtf.rb:3: uninitialized constant RTF (NameError) from C:/ror/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems/ custom_require.rb:27:in `gem_original_require'' from C:/ror/InstantRails/ruby/lib/ruby/site_ruby/1....