# File lib/minitest/mock.rb, line 5 def initialize @expected_calls = {} @actual_calls = Hash.new {|h,k| h[k] = [] } end