root()
Returns the root node. A Document may only have one root node: http://yaml.org/spec/1.1/#id898031
# File ext/psych/lib/psych/nodes/document.rb, line 56 def root children.first end