Method: RTree#empty?

Defined in:
lib/rtree.rb

#empty?Boolean

Whether the RTree has any rectangles or not

Returns:

  • (Boolean)

    true if the RTree is empty



385
386
387
# File 'lib/rtree.rb', line 385

def empty?
  super
end