1.
What is an iterator in Ruby?

3.
What is the purpose of the each method in Ruby iterators?

4.
What does the map method do in Ruby enumerators?

5.
How do you define a custom iterator in Ruby?

6.
What does the select method do in Ruby enumerators?

7.
What is the purpose of the reduce method in Ruby enumerators?

8.
What is an enumerator in Ruby?

10.
What does the zip method do in Ruby enumerators?