Returns the number of branches from each node.
Returns:
the number of branches from each node
520 521 522
# File 'lib/rtree.rb', line 520 def branching_factor super end