Enumerables is one of the assignments in the Odin Project building blocks section mainly focused on advanced building blocks. This is a module containing various methods built manually. The methods in it include #each, #each_with_index, #all?, #any?, #count #none, #inject, #select, #map among others.
- Ruby
- Clone the repo to your local machine, and install Ruby
- Ruby
👤 Phylis Chepchumba
- Github: @Phlylis05
- Linkedin: Phylis Chepchumba
- Fork/Clone the project to your local machine
- cd into the project directory
- Run git checkout -b your-branch-name
- Make your contributions
- Push your branch up to your forked repository
- Open a Pull Request with a detailed description to the development branch of the original project for a review
Feel free to also check the issues page.
Give a ⭐️ if you like this project!!
- Microverse
- The Odin Project