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