Sha256: d932fbb1df4249e6f4b80e726e046f2f07809683142418204ba63bc6f05dd156
Contents?: true
Size: 305 Bytes
Versions: 8
Compression:
Stored size: 305 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
8 entries across 8 versions & 1 rubygems