Sha256: b4cf2b03ea180cfac5ee6f4c28239513b2fed1a991599812597bd65569cc1980
Contents?: true
Size: 291 Bytes
Versions: 12
Compression:
Stored size: 291 Bytes
Contents
module Ox # Represents a DOCTYPE in an XML document. class DocType < Node # Creates a DOCTYPE elements with the content as a string specified in the # value parameter. # [value] contents of the element def initialize(value) super end end # DocType end # Ox
Version data entries
12 entries across 12 versions & 1 rubygems