class Mocha::ParameterMatchers::HasKey

def initialize(key)

Other tags:
    Private: -
def initialize(key)
  @key = key
end