class RSpec::Mocks::ArgumentMatchers::HashExcludingMatcher
@private
Public Instance Methods
Calls superclass method
RSpec::Mocks::ArgumentMatchers::BaseHashMatcher#===
# File rspec-mocks/lib/rspec/mocks/argument_matchers.rb, line 232 def ===(actual) super(:none?, actual) end
Calls superclass method
RSpec::Mocks::ArgumentMatchers::BaseHashMatcher#description
# File rspec-mocks/lib/rspec/mocks/argument_matchers.rb, line 236 def description super("hash_not_including") end