Add my_each, my_each_with_index, my_select, my_all?, my_any?, my_none?, my_count, my_map, my_inject, multiply_els methods onto the existing Enumerable module.
- Ruby 2.6.5
- VSCode
- Terminal
- Linter
- Ruby installed on local machine
To get a local copy up and running follow these simple example steps.
- Clone the project unto your local machine
cd
into the project directory- Run ruby enumerable_methods.rb in your terminal
- Run gem install rspec -> to install RSpec
- Run rspec --init -> to initialize RSpec within the project
- Run rspec -> to test the program with RSpec
Contributions, issues and feature requests are welcome! Start by:
- Forking the project
- Cloning 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 check the issues page.
👤 Ritta Buyaki
- Github: @Buyaki01
- Twitter: @BuyakiRitta
- Linkedin: Ritta Buyaki
- Microverse curriculum and The Odin Project for the project guidelines.
Give a ⭐️ if you like this project!