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