# File lib/merb-core/dispatch/router/behavior.rb, line 708
      def path_captures
        return 0 unless conditions[:path]
        Behavior.count_parens_up_to(conditions[:path], conditions[:path].size)
      end