Coments represent XML comments in an XML document. A comment as value attribute only.
Creates a new Comment with the specified value. @param value [String] string value for the comment
# File lib/ox/comment.rb, line 8 def initialize(value) super end