lib/knj/autoload/rexml.rb in knjrbfw-0.0.8 vs lib/knj/autoload/rexml.rb in knjrbfw-0.0.9
- old
+ new
@@ -1,12 +1,12 @@
require "rexml/rexml"
module REXML
- autoload :Document, "rexml/document"
- autoload :ParseException, "rexml/parseexception"
+ autoload :Document, "rexml/document"
+ autoload :ParseException, "rexml/parseexception"
end
module REXML::Formatters
- autoload :Default, "rexml/formatters/default"
- autoload :Pretty, "rexml/formatters/pretty"
- autoload :Transitive, "rexml/formatters/transitive"
+ autoload :Default, "rexml/formatters/default"
+ autoload :Pretty, "rexml/formatters/pretty"
+ autoload :Transitive, "rexml/formatters/transitive"
end
\ No newline at end of file