class Mocha::ParameterMatchers::HasKey

def mocha_inspect

Other tags:
    Private: -
def mocha_inspect
  "has_key(#{@key.mocha_inspect})"
end