class RSpec::Mocks::ArgumentMatchers::HashIncludingMatcher

@private

def ===(actual)

def ===(actual)
  super(:all?, actual)
end

def description

def description
  super("hash_including")
end