From 597da25ba9813bf7b82bfebc10fd0ed051e0d6f0 Mon Sep 17 00:00:00 2001 From: ser Date: Sat, 28 Jul 2007 13:24:46 +0000 Subject: Fixes a bug in the pretty printer related to an incomplete refactoring. Merge code cleanups Fixes another bug related to the formatting code refactoring in 3.1.7 git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6@12853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rexml/node.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/rexml/node.rb') diff --git a/lib/rexml/node.rb b/lib/rexml/node.rb index ebdbd44ff..978037682 100644 --- a/lib/rexml/node.rb +++ b/lib/rexml/node.rb @@ -1,4 +1,6 @@ require "rexml/parseexception" +require "rexml/formatters/pretty" +require "rexml/formatters/default" module REXML # Represents a node in the tree. Nodes are never encountered except as -- cgit