Class: RSpec::Mocks::ArgumentMatchers::HashExcludingMatcher
- 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
222
223
224
|
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/argument_matchers.rb', line 222
def ===(actual)
super(:none?, actual)
end
|
#description ⇒ Object
226
227
228
|
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/argument_matchers.rb', line 226
def description
super("hash_not_including")
end
|