# File lib/mspec/runner/formatters/method.rb, line 63 63: def after(state) 64: h = methods[@key] 65: h[:examples] += tally.counter.examples 66: h[:expectations] += tally.counter.expectations 67: h[:failures] += tally.counter.failures 68: h[:errors] += tally.counter.errors 69: @exceptions.each do |exc| 70: h[:exceptions] << "#{exc.message}\n#{exc.backtrace}\n" 71: end 72: end