# File lib/symetrie_com/acts_as_better_nested_set.rb, line 568
        def all_children_count(scope = nil)
          return all_children(scope).length if scope.is_a?(Hash)
          return (self[right_col_name] - self[left_col_name] - 1)/2
        end