Class: Albizia::Tree

Inherits:
Object
  • Object
show all
Defined in:
lib/albizia/tree.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeTree

Returns a new instance of Tree.



6
7
# File 'lib/albizia/tree.rb', line 6

def initialize
end

Instance Attribute Details

#rootObject

Returns the value of attribute root.



4
5
6
# File 'lib/albizia/tree.rb', line 4

def root
  @root
end

Instance Method Details

#addObject



9
10
# File 'lib/albizia/tree.rb', line 9

def add
end

#deleteObject



12
13
# File 'lib/albizia/tree.rb', line 12

def delete
end