Class: RSpec::Mocks::ArgumentMatchers::HashExcludingMatcher Private
Do not use. This class is for internal use only.
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
BaseHashMatcher
|
|
|
Instance Chain:
self,
BaseHashMatcher
|
|
| Inherits: |
RSpec::Mocks::ArgumentMatchers::BaseHashMatcher
|
| Defined in: | rspec-mocks/lib/rspec/mocks/argument_matchers.rb |
Class Method Summary
BaseHashMatcher - Inherited
Instance Method Summary
- #===(actual) Internal use only
- #description Internal use only
BaseHashMatcher - Inherited
Instance Method Details
#===(actual)
[ GitHub ]# File 'rspec-mocks/lib/rspec/mocks/argument_matchers.rb', line 232
def ===(actual) super(:none?, actual) end
#description
[ GitHub ]# File 'rspec-mocks/lib/rspec/mocks/argument_matchers.rb', line 236
def description super("hash_not_including") end