# File lib/mspec/mocks/mock.rb, line 17
17:   def self.mocks
18:     @mocks ||= Hash.new { |h,k| h[k] = [] }
19:   end