# File lib/xml/dom2/attr.rb, line 89 def nodeValue ret = "" @children.each do |child| ret << child.nodeValue end if @children ret end