lib/dnote/format.rb in dnote-1.1.1 vs lib/dnote/format.rb in dnote-1.1.2
- old
+ new
@@ -10,9 +10,10 @@
class Format
require 'fileutils'
require 'erb'
require 'rexml/text'
+ require 'dnote/string'
#DEFAULT_OUTPUT_DIR = "log/dnote"
EXTENSIONS = { 'soap'=>'xml', 'xoxo'=>'xml' }