module
Sheen::Tree
Defined in:
sheen/tree.crsheen/tree_painter.cr
Class Method Summary
-
.default_enumerator(children : Children, index : Int32) : String
Default branch enumerator symbol.
-
.default_indenter(children : Children, index : Int32) : String
The default indenter (three spaces).
-
.rounded_enumerator(children : Children, index : Int32) : String
A branch enumerator symbol with a rounded corner for the last child.
- .string_data(*values : String) : Children
Class Method Detail
Default branch enumerator symbol.
The default indenter (three spaces).
A branch enumerator symbol with a rounded corner for the last child.
Builds a detached Children of Leaf nodes out of values.
Is a data source for a Filter or for Branch#child.