RSpec::Mocks::ArgumentMatchers::BaseHashMatcher
@private
# File lib/rspec/mocks/argument_matchers.rb, line 193 def ===(actual) super(:none?, actual) end
# File lib/rspec/mocks/argument_matchers.rb, line 197 def description super("hash_not_including") end