summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-23 12:45:22 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-23 12:45:22 +0000
commit929bdcabf7a292da3e1bedab97926f7d932d2d64 (patch)
tree2f1cda1c24fee6516631f722a74e8cdb919dcddf /lib
parent1f849b54fbddd015cf77e05364e494157f16e4d8 (diff)
merges r30117 from trunk into ruby_1_9_2.
-- * lib/rexml/light/node.rb: remove circular require. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@30316 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/rexml/light/node.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rexml/light/node.rb b/lib/rexml/light/node.rb
index 9c90148c05..c8701f3abb 100644
--- a/lib/rexml/light/node.rb
+++ b/lib/rexml/light/node.rb
@@ -1,5 +1,4 @@
require 'rexml/xmltokens'
-require 'rexml/light/node'
# [ :element, parent, name, attributes, children* ]
# a = Node.new