Method: BinaryTree#right

Defined in:
lib/binary_tree.rb

#rightObject

Returns the value of attribute right.



3
4
5
# File 'lib/binary_tree.rb', line 3

def right
  @right
end