# File lib/xml/dom/core.rb, line 3204 def data=(p) @data = p.freeze @value = @target.dup @value << " #{@data}" if @data != "" @value.freeze end