Method: RTree#height

Defined in:
lib/rtree.rb

#heightInteger

The height to the tree in the usual mathematical sense

Returns:

  • (Integer)

    the tree height



378
379
380
# File 'lib/rtree.rb', line 378

def height
  super
end