Method: Psych::TreeBuilder#root
- Defined in:
- lib/psych/tree_builder.rb
#root ⇒ Object (readonly)
Returns the root node for the built tree
19 20 21 |
# File 'lib/psych/tree_builder.rb', line 19 def root @root end |
Returns the root node for the built tree
19 20 21 |
# File 'lib/psych/tree_builder.rb', line 19 def root @root end |