Inherits YAML::Nodes::Node / Reference / Object
A YAML document.
Appends a node to this document. Raises if more than one node is appended.
Returns the kind of this node, which is equivalent to the class name.
The nodes inside this document.
A document can hold at most one node.