# File lib/mspec/mocks/mock.rb, line 21 21: def self.stubs 22: @stubs ||= Hash.new { |h,k| h[k] = [] } 23: end