# File lib/xml/dom2/document.rb, line 220 def createDocumentFragment ret = DocumentFragment.new ret.ownerDocument = self ret end