class RSpec::Matchers::BuiltIn::Compound::And

def match(*)

def match(*)
  super
  matcher_1_matches? && matcher_2_matches?
end