Class: Mocktail::Matchers::IncludesKey
- Extended by:
- T::Sig
- Defined in:
- lib/mocktail/matchers/includes_key.rb,
lib/mocktail/sorbet/mocktail/matchers/includes_key.rb
Class Method Summary collapse
Methods inherited from Includes
#initialize, #inspect, #match?
Methods inherited from Base
#initialize, #inspect, #is_mocktail_matcher?, #match?
Constructor Details
This class inherits a constructor from Mocktail::Matchers::Includes
Class Method Details
.matcher_name ⇒ Object
5 6 7 |
# File 'lib/mocktail/matchers/includes_key.rb', line 5 def self.matcher_name :includes_key end |