Ruby - Enumerable and Collection Processing
How can you use Ruby's
any?, all?, and none? methods together to check if an array of strings contains at least one empty string, all strings have length less than 10, and none are nil?