Libraries
»
binary_tree
(1.0.1)
»
Index
»
BinaryTree
»
#right
Method: BinaryTree#right
Defined in:
lib/binary_tree.rb
#
right
⇒
Object
Returns the value of attribute right.
3 4 5
# File 'lib/binary_tree.rb', line 3
def
right
@right
end