Class: RSpec::Mocks::ArgumentMatchers::HashIncludingMatcher
- Inherits:
-
BaseHashMatcher
show all
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/argument_matchers.rb
Instance Method Summary
collapse
#initialize
Instance Method Details
#===(actual) ⇒ Object
211
212
213
|
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/argument_matchers.rb', line 211
def ===(actual)
super(:all?, actual)
end
|
#description ⇒ Object
215
216
217
|
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/argument_matchers.rb', line 215
def description
super("hash_including")
end
|