In this project, we re-create most of the Enumerable methods using
You can find the original project specification at: https://github.com/TheOdinProject/curriculum/blob/master/archive/old_lessons/ruby/basic_ruby/project_advanced_building_blocks.md#project-2-enumerable-methods
Follow these steps to get a local copy up and running :
git
on your local machine.git init
in the Terminal.git clone https://github.com/wandji20/Enumerables-.git
.cd Enumerables-
.main.rb
file and run it with your editor, or excute the file using ruby runtime ruby enumerables.rb
Wandji Bertrand
Omar Rashad
Contributions, issues, and feature requests are welcome!
Give a star if you like this project!