Subject changed from Enumerable#find called without block returns Enumerator without size to Enumerable#find called without a block returns Enumerator without size
I really don't understand what the "size" of the Enumerator returned by find means, but I guess it returns nil, which means "unknown size", because the number of calls depends on the return value of the block.