# File lib/mocha/parameter_matchers/has_key.rb, line 33 33: def initialize(key) 34: @key = key 35: end