# File lib/mocha/parameter_matchers/has_key.rb, line 25 25: def has_key(key) 26: HasKey.new(key) 27: end