# File lib/mspec/runner/context.rb, line 102 102: def pre(what) 103: @pre[what] ||= parents.inject([]) { |l, s| l.push(*s.before(what)) } 104: end