# File lib/xml/dom2/attr.rb, line 104
      def nodeValue=(text)
        self.childNodes = [text]
      end