Sha256: 47f7c3c397988b97ecae614f9be666bc5deaffbb261dd9f00e74a585c11b87de
Contents?: true
Size: 311 Bytes
Versions: 83
Compression:
Stored size: 311 Bytes
Contents
module Ox # Coments represent XML comments in an XML document. A comment as value # attribute only. class Comment < Node # Creates a new Comment with the specified value. # @param value [String] string value for the comment def initialize(value) super end end # Comment end # Ox
Version data entries
83 entries across 83 versions & 1 rubygems