Class: Albizia::Tree
- Inherits:
-
Object
- Object
- Albizia::Tree
- Defined in:
- lib/albizia/tree.rb
Instance Attribute Summary collapse
-
#root ⇒ Object
Returns the value of attribute root.
Instance Method Summary collapse
- #add ⇒ Object
- #delete ⇒ Object
-
#initialize ⇒ Tree
constructor
A new instance of Tree.
Constructor Details
#initialize ⇒ Tree
Returns a new instance of Tree.
6 7 |
# File 'lib/albizia/tree.rb', line 6 def initialize end |
Instance Attribute Details
#root ⇒ Object
Returns the value of attribute root.
4 5 6 |
# File 'lib/albizia/tree.rb', line 4 def root @root end |
Instance Method Details
#add ⇒ Object
9 10 |
# File 'lib/albizia/tree.rb', line 9 def add end |
#delete ⇒ Object
12 13 |
# File 'lib/albizia/tree.rb', line 12 def delete end |