# File lib/mspec/runner/actions/timer.rb, line 2 2: def register 3: MSpec.register :start, self 4: MSpec.register :finish, self 5: end