# File lib/xml/dom2/document.rb, line 168 def createComment(data) ret = Comment.new(data) ret.ownerDocument = self ret end