Marcraphael12/ruby-numerable
In this project we learn how to use a module inside a class. For this we create a class MyList and a module MyEnumerable. Our module MyEnumerable will implement a subset of the functionality of Enumerable.
RubyMIT
In this project we learn how to use a module inside a class. For this we create a class MyList and a module MyEnumerable. Our module MyEnumerable will implement a subset of the functionality of Enumerable.
RubyMIT