Module RSpec::Matchers::BaseMatcher
In: lib/rspec/matchers/base_matcher.rb

@api private

Used internally as a base class for matchers that ship with rspec-expectations.

### Warning:

This class is for internal use, and subject to change without notice. We strongly recommend that you do not base your custom matchers on this class. If/when this changes, we will announce it and remove this warning.

Methods

Included Modules

RSpec::Matchers::Pretty

Attributes

actual  [R] 
expected  [R] 
rescued_exception  [R] 

Public Class methods

Public Instance methods

[Validate]