11.
How do you create a custom enumerator in Ruby?

12.
What is the purpose of the each_with_index method in Ruby enumerators?

13.
What does the cycle method do in Ruby enumerators?

14.
What does the find method do in Ruby enumerators?

15.
What is the purpose of the times method in Ruby enumerators?

16.
What does the 'any?' method do in Ruby enumerators?

17.
What does the inject method do in Ruby enumerators?

18.
What does the grep method do in Ruby enumerators?

19.
What is the purpose of the drop_while method in Ruby enumerators?

20.
What does the max_by method do in Ruby enumerators?