# File lib/xml/dom/core.rb, line 1631 def createCDATASection(data) ret = CDATASection.new(data) ret.ownerDocument = self ret end