# File lib/mocha/parameter_matchers/has_entry.rb, line 63 63: def initialize(key, value) 64: @key, @value = key, value 65: end