# File lib/xml/dom/core.rb, line 1644 def createComment(data) ret = Comment.new(data) ret.ownerDocument = self ret end