# File lib/xml/dom/core.rb, line 1618 def createTextNode(data) ret = Text.new(data) ret.ownerDocument = self ret end