We rebuilt some of the enumerable methods in order to learn how do they work and how we can use them efficiently.
enumerables.rb- the file that holds all of the methodstest.rb- the file that holds all of the tests
- Ruby
- Ruby
- Create a new folder/directory for the project
- Be sure to have a Github account and that this account is connected locally on your PC
- Go to the desired directory on your terminal
git clone https://github.com/Amalcxc/Enumerable_Methods.git
- Keep in mind that this repo has two files. The
enumerables.rb, which holds the methods and thetest.rbthat holds the testing that can be done for each method. - While you're in the directory of Github clone:
ruby test.rb
👤 Amal Hersi
- GitHub: @Amalcxc
- Twitter: @Amalcx4
- LinkedIn: Amal Hersi
👤 Fernando Marques
- GitHub: @fernandorpm
- Twitter: @rpm_fernando
- LinkedIn: Fernando R P Marques
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.