* lib/rexml/light/node.rb: remove circular require.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30117 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kou 2010-12-07 13:01:36 +00:00
Родитель 40a5012381
Коммит c207b0b727
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,7 @@
Tue Dec 7 21:59:37 2010 Kouhei Sutou <kou@cozmixng.org>
* lib/rexml/light/node.rb: remove circular require.
Tue Dec 7 21:56:01 2010 Kouhei Sutou <kou@cozmixng.org>
* test/rexml/test_light.rb: really suppress a warning.

Просмотреть файл

@ -1,5 +1,4 @@
require 'rexml/xmltokens'
require 'rexml/light/node'
# [ :element, parent, name, attributes, children* ]
# a = Node.new