The objective the project is to rebuild Ruby enumerable methods.
#Enumerable methods included
- my_each
- my_each_with_index
- my_map
- my_select
- my_all?
- my_count
- my_none?
- my_any?
- my_inject
- Ruby
[Open live demo] (https://repl.it/@keddo/enumerables#main.rb)
From your command line, first clone the project:
# Clone this repository
$ git clone https://github.com/keddo/Enumerable
# Go into the repository
$ cd Enumerable
# Open the project on Vscode
$ code .
# run the script on your terminal
$ ruby enumerables.rb
# test the methods from the commented testcases
👤 Kedir Abdurahman
- Github: @keddo
- Twitter: @kedirman
- Linkedin: Kedir Abdurahman
👤 Paul Ogolla
- Github: @paulzay
- Twitter: @paulzay
- Linkedin: Paul Ogolla
Contributions, issues and feature requests are welcome!
Give a ⭐️ if you like this project!