This is the second project in the microverse ruby module that required us to recreate the enumerable methods ruby in cutsom methods. Recreated enumerable methods are listed below
- my_each
- my_each_with_index
- my_select
- my_all?
- my_any?
- my_none?
- my_count
- my_map
- my_inject
- multiply_els
- Ruby
To get a local copy of the repository please run the following commands on your terminal:
$ cd <folder>
$ git clone https://github.com/sinework/ruby-enumerable-methods.git
👤 Abhigyan Mahanta
- Github: @Abhigyan001
- Twitter: @abhigyan_001
- Linkedin: Abhigyan Mahanta
👤 Sinework Amare Shiferaw
Contributions, issues and feature requests are welcome!
Give a ⭐️ if you like this project!
- Project originally taken from The Odin Project
All rights reserved to Sinework