1133 1134 1135 1136 1137
# File 'lib/xml/dom/core.rb', line 1133 def removeNamedItem(name) ret = @nodes[name] @nodes[name] = nil ret end