/Enumerable

In this project we learned how to use a module inside our class. For this we created a class MyList and a module MyEnumerable. Module MyEnumerable will implement a subset of the functionality of Enumerable.

My_Enumerable

In this project we learned how to use a module inside our class. For this we created a class MyList and a module MyEnumerable. Module MyEnumerable will implement a subset of the functionality of Enumerable.