# File lib/mocha/parameter_matchers/has_key.rb, line 19 19: def has_key(key) 20: HasKey.new(key) 21: end