TheOdinProject / ruby-exercises

MIT License
219 stars 1.06k forks source link

Updates the predicate enumerable exercise for #all? #58

Closed rlmoser99 closed 2 years ago

rlmoser99 commented 2 years ago

This Commit:

Updates the method name & corresponding tests to match the method explanation.

Because:

Previously people could use >= 2011 to make all the tests pass, which worked with the name of the method, but not the explanation of the method. This change will require people to use different approach to solve this exercise (as it was originally intended).