Method: Containers::KDTree::Node#left

Defined in:
lib/containers/kd_tree.rb

#leftObject

Returns the value of attribute left

Returns:

  • (Object)

    the current value of left



27
28
29
# File 'lib/containers/kd_tree.rb', line 27

def left
  @left
end