class Mocha::ParameterMatchers::AllOf

def mocha_inspect

Other tags:
    Private: -
def mocha_inspect
  "all_of(#{@matchers.map(&:mocha_inspect).join(', ')})"
end