# File lib/mspec/runner/context.rb, line 122 122: def after(what, &block) 123: return if MSpec.guarded? 124: block ? @after[what].unshift(block) : @after[what] 125: end