| Class | RSpec::Matchers::BuiltIn::BaseMatcher |
| In: |
lib/rspec/matchers/built_in/base_matcher.rb
|
| Parent: | Object |
@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.
| UNDEFINED | = | Object.new.freeze |
| actual | [R] | |
| expected | [R] | |
| rescued_exception | [R] |