class Mocha::ParameterMatchers::RespondsWith

def mocha_inspect

Other tags:
    Private: -
def mocha_inspect
  "responds_with(#{@message.mocha_inspect}, #{@result.mocha_inspect})"
end