@api public Matcher used to represent a compound `or` expectation.
@api private @return [String]
# File lib/rspec/matchers/built_in/compound.rb, line 254 def failure_message compound_failure_message end
# File lib/rspec/matchers/built_in/compound.rb, line 265 def conjunction "or" end
# File lib/rspec/matchers/built_in/compound.rb, line 260 def match(*) super matcher_1_matches? || matcher_2_matches? end