# File lib/mspec/guards/guard.rb, line 7
7:   def self.report
8:     @report ||= Hash.new { |h,k| h[k] = [] }
9:   end