Class: Mustermann::Visualizer::Tree
- Inherits:
-
Object
- Object
- Mustermann::Visualizer::Tree
- Defined in:
- lib/mustermann/visualizer/tree.rb
Overview
Represents a (sub)tree and at the same time a node in the tree.
Instance Method Summary collapse
-
#to_s ⇒ String
Renders the tree.
Instance Method Details
#to_s ⇒ String
Renders the tree.
30 31 32 |
# File 'lib/mustermann/visualizer/tree.rb', line 30 def to_s render("", "", line_widths.max) end |