# File lib/mspec/runner/actions/tally.rb, line 20
20:   def failures!(add=1)
21:     @failures += add
22:   end