class RSpec::Mocks::ArgumentMatchers::HashExcludingMatcher
@private
def ===(actual)
def ===(actual) super(:none?, actual) end
def description
def description super("hash_not_including") end
@private
def ===(actual) super(:none?, actual) end
def description super("hash_not_including") end