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

@api public Matcher used to represent a compound ‘or` expectation.

Public Instance Methods

@api private @return [String]

# File rspec-expectations/lib/rspec/matchers/built_in/compound.rb, line 275
def failure_message
  compound_failure_message
end