# File lib/mspec/runner/mspec.rb, line 61 61: def self.actions(action, *args) 62: actions = retrieve(action) 63: actions.each { |obj| obj.send action, *args } if actions 64: end