# File lib/xml/dom/core.rb, line 533 def _removeNode(index, node) @children[index, 1] = nil node.parentNode = nil end