class RSpec::Matchers::BuiltIn::Compound::Or

def match(*)

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