class
Sheen::Tree::Leaf
- Sheen::Tree::Leaf
- Sheen::Tree::Node
- Reference
- Object
Overview
A node in a tree.
A childless implementation of Node whose value is the string it was built from.
Defined in:
sheen/tree.crConstructors
Instance Method Summary
-
#children : Children
A leaf by definition has no children
-
#hidden? : Bool
If this node is hidden from rendering or not.
-
#value : String
The node's display value.