We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A pretty print of the tree function.
TreeNode.arrange returns:
{ #<TreeNode id: 100018, name: "Stinky", ancestry: nil> => { #<TreeNode id: 100019, name: "Crunchy", ancestry: "100018"> => { #<TreeNode id: 100020, name: "Squeeky", ancestry: "100018/100019"> => {} }, #<TreeNode id: 100021, name: "Squishy", ancestry: "100018"> => {} } }
TreeNode.tree_view(:name) should return:
"Stinky" |---"Crunchy" |----|----"Squeeky" |---"Squishy"
The text was updated successfully, but these errors were encountered:
I just made the pull request for this fix on the #560. Hope everithing is fine and you can add it to the repo
Sorry, something went wrong.
all set
I was hoping to use this, but not quite understanding it.. ARe there any docs?
No branches or pull requests
A pretty print of the tree function.
TreeNode.arrange returns:
TreeNode.tree_view(:name) should return:
The text was updated successfully, but these errors were encountered: