Class: RSpec::Matchers::AliasedMatcherWithOperatorSupport

Inherits:
AliasedMatcher show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/aliased_matcher.rb

Overview

Decorator used for matchers that have special implementations of operators like ‘==` and `===`.

Instance Attribute Summary

Attributes inherited from MatcherDelegator

#base_matcher

Method Summary

Methods inherited from AliasedMatcher

#description, #failure_message, #failure_message_when_negated, #initialize, #method_missing

Methods inherited from MatcherDelegator

#initialize, #initialize_copy, #method_missing, #respond_to?, #respond_to_missing?

Methods included from Composable

#===, #and, #description_of, #or, should_enumerate?, surface_descriptions_in, unreadable_io?, #values_match?

Constructor Details

This class inherits a constructor from RSpec::Matchers::AliasedMatcher

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class RSpec::Matchers::AliasedMatcher