class Ox::DocType
Represents a DOCTYPE in an XML document.
Public Class Methods
Source
# File lib/ox/doctype.rb, line 7 def initialize(value) super end
Creates a DOCTYPE elements with the content as a string specified in the value parameter.
-
value
[String] string value for the element
Calls superclass method