# File lib/rspec/core/formatters/documentation_formatter.rb, line 44 def next_failure_index @next_failure_index ||= 0 @next_failure_index += 1 end