class Ox::Comment
Coments represent XML comments in an XML document. A comment as value attribute only.
Public Class Methods
new(value)
click to toggle source
Creates a new Comment with the specified value. @param value [String] string value for the comment
Calls superclass method
# File lib/ox/comment.rb, line 8 def initialize(value) super end