# File lib/mspec/runner/formatters/dotted.rb, line 70
70:   def after(state = nil)
71:     unless exception?
72:       print "."
73:     else
74:       print failure? ? "F" : "E"
75:     end
76:   end