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