# File lib/xml/dom/core.rb, line 1828
      def nodeValue=(text)
        self.childNodes = [text]
      end