method
new
v2_1_10 -
Show latest stable
- Class:
MiniTest::Mock
new()public
No documentation available.
# File lib/minitest/mock.rb, line 26
def initialize # :nodoc:
@expected_calls = Hash.new { |calls, name| calls[name] = [] }
@actual_calls = Hash.new { |calls, name| calls[name] = [] }
end