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