# File lib/flexmock/argument_matchers.rb, line 62
62:     def ===(target)
63:       @hash.all? { |k, v| target[k] == v }
64:     end