Reimplementation of a ruby enumerable methods
- Ruby 2.6.5
To get a local copy up and running follow these simple example steps. git clone https://github.com/gdumani/Ruby_enumerables
type ruby enumerables.rb
Functions
#my_each #my_each_with_index #my_select #my_all? #my_any? #my_none? #my_count #my_map #my_inject Uncomment the test case you want to try
- rubocop enumerables.rb
Note: You need to do
bundle install
before executing the commands above.
👤 Adrian Flores Pizarro
- Github: @AdfPizarro
- Twitter: @AdfPizarro
- Linkedin: adrian-flores-pizarro-73b62316a
👤 Giancarlo Dumani
- Github: @githubhandle
- Twitter: @twitterhandle
- Linkedin: linkedin
Contributions, issues and feature requests are welcome! Feel free to check the issues page.
Give a ⭐️ if you like this project!
- This project was part of Microverse's curriculum in Ruby learning program
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.