Method: RTree#branch_size

Defined in:
lib/rtree.rb

#branch_sizeInteger

Returns the size in bytes of a branch.

Returns:

  • (Integer)

    the size in bytes of a branch



514
515
516
# File 'lib/rtree.rb', line 514

def branch_size
  super
end