123456789_123456789_123456789_123456789_123456789_

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:
Instance Chain:
Inherits: RSpec::Mocks::ArgumentMatchers::BaseHashMatcher
Defined in: rspec-mocks/lib/rspec/mocks/argument_matchers.rb

Class Method Summary

BaseHashMatcher - Inherited

Instance Method Summary

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