# File lib/mspec/runner/formatters/dotted.rb, line 22
22:   def register
23:     (@timer = TimerAction.new).register
24:     (@tally = TallyAction.new).register
25:     @counter = @tally.counter
26: 
27:     MSpec.register :exception, self
28:     MSpec.register :before,    self
29:     MSpec.register :after,     self
30:     MSpec.register :finish,    self
31:   end