Microverse
This is the second project of the Ruby Curriculum at Microverse - @microverseinc
-
The goal was to implement enumerable methods as a solo effort.
-
The project has been done using
To run the project git clone https://github.com/mosesmuchemi/enumerable.git and run:
ruby enumerable_methods.rb
Find the live link to execute the methods [here}(https://repl.it/@mosesmuchemi/enumerable-methods)
You can find the original project specification under Assignment 2: