Class: RSpec::Mocks::ArgumentMatchers::HashIncludingMatcher 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 221
def ===(actual) super(:all?, actual) end
#description
[ GitHub ]# File 'rspec-mocks/lib/rspec/mocks/argument_matchers.rb', line 225
def description super("hash_including") end