We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f630b92 commit 230c5f9Copy full SHA for 230c5f9
README
@@ -47,7 +47,7 @@ As an example, the following code-snippet implements this tree structure:
47
root_node << Tree::TreeNode.new("CHILD2", "Child2 Content")
48
49
# ..... Lets print the representation to stdout. This is primarily used for debugging purposes.
50
- root_node.printTree
+ root_node.print_tree
51
52
# ..... Lets directly access children and grandchildren of the root. The can be "chained" for a given path to any depth.
53
child1 = root_node["CHILD1"]
0 commit comments