Class: Root
Overview
Root is a special element that the DIML document does not specify It is used to start the content tree
Instance Attribute Summary
Attributes inherited from Keyword
Instance Method Summary collapse
Methods inherited from Keyword
Constructor Details
This class inherits a constructor from Keyword
Instance Method Details
#virtual? ⇒ Boolean
8 9 10 |
# File 'lib/diml/elements/root.rb', line 8 def virtual? true end |