This project is closed and read-only.
Actions
Backport #3551
closedREXML::Document#add uses undefined method 'kind_of'
Backport #3551:
REXML::Document#add uses undefined method 'kind_of'
Status:
Closed
Assignee:
-
Description
=begin
明らかに kind_of? の間違いです。1.9では直っています。
$ svn diff
Index: lib/rexml/document.rb¶
--- lib/rexml/document.rb (revision 28587)
+++ lib/rexml/document.rb (working copy)
@@ -78,7 +78,7 @@
x.kind_of?(Element) || x.kind_of?(DocType)
}
if @children[ insert_before_index ] # Not null = not end of list
=end
Actions