# File lib/rspec/mocks/argument_matchers.rb, line 206
      def hash_not_including(*args)
        HashNotIncludingMatcher.new(anythingize_lonely_keys(*args))
      end