class Mocha::ParameterMatchers::AllOf

def initialize(*matchers)

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