From d7c6f7953b2fd60fa580dcbaf01399337286e2be Mon Sep 17 00:00:00 2001 From: ser Date: Sat, 28 Jul 2007 13:28:30 +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/trunk@12854 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