Sha256: 275a2693386d5f8d3737aa2176d16ad08f2294095a91b459f8ced4e81d180e1d
Contents?: true
Size: 312 Bytes
Versions: 54
Compression:
Stored size: 312 Bytes
Contents
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
Version data entries
54 entries across 54 versions & 2 rubygems