lib/rtf.rb in panmind-rtf-0.3.1 vs lib/rtf.rb in panmind-rtf-0.4.0
- old
+ new
@@ -5,10 +5,11 @@
require 'rtf/colour'
require 'rtf/style'
require 'rtf/information'
require 'rtf/paper'
require 'rtf/node'
+require 'rtf/list'
# This module encapsulates all the classes and definitions relating to the RTF
# library.
module RTF
# This is the exception class used by the RTF library code to indicate
@@ -29,6 +30,6 @@
# message:: A string containing the exception message. Defaults to nil.
def RTFError.fire(message=nil)
raise RTFError.new(message)
end
end # End of the RTFError class.
-end # End of the RTF module.
\ No newline at end of file
+end # End of the RTF module.