lib/ox/comment.rb in ox-2.14.14 vs lib/ox/comment.rb in ox-2.14.15

- old
+ new

@@ -1,13 +1,11 @@ - module Ox # Comments represent XML comments in an XML document. A comment has a value # attribute only. class Comment < Node # Creates a new Comment with the specified value. # - +value+ [String] string value for the comment def initialize(value) super end - end # Comment end # Ox