mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
40a5012381
commit
c207b0b727
2 changed files with 4 additions and 1 deletions
|
@ -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>
|
Tue Dec 7 21:56:01 2010 Kouhei Sutou <kou@cozmixng.org>
|
||||||
|
|
||||||
* test/rexml/test_light.rb: really suppress a warning.
|
* test/rexml/test_light.rb: really suppress a warning.
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
require 'rexml/xmltokens'
|
require 'rexml/xmltokens'
|
||||||
require 'rexml/light/node'
|
|
||||||
|
|
||||||
# [ :element, parent, name, attributes, children* ]
|
# [ :element, parent, name, attributes, children* ]
|
||||||
# a = Node.new
|
# a = Node.new
|
||||||
|
|
Loading…
Reference in a new issue