Sha256: bebff2bd701082568707bb78ac936cb240ed0f796b1ac9991b119895ea492fbe
Contents?: true
Size: 307 Bytes
Versions: 54
Compression:
Stored size: 307 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+ [String] string value for the element def initialize(value) super end end # DocType end # Ox
Version data entries
54 entries across 54 versions & 2 rubygems