Method: Binary_tree_iterator#root
- Defined in:
- lib/models/binary_tree/binary_tree_iterator.rb
#root ⇒ Object
Returns the value of attribute root.
4 5 6 |
# File 'lib/models/binary_tree/binary_tree_iterator.rb', line 4 def root @root end |