Test whether every element in this Set satisfies a certain test criterion.
The test criterion to apply. Positional arguments are the value, the index of iteration, and the set being tested.
Does every element in the set satisfy the test criterion?
Array#every
Test whether every element in this Set satisfies a certain test criterion.