This project consists of an implementation of my own version of following Ruby’s enumerable methods:
- Each;
- Each with index;
- Select;
- All?;
- Any?;
- None?;
- Count;
- Map;
- Inject.
If you have any questions about one of the methods above, consider checking the notes file.
This is a live demo with all methods in this project.
- Ruby
- Visual Studio, Git & GitHub
To run this project, you need a computer with Ruby installed.
If you are uncertain on how to install Ruby, check out this tutorial made by The Odin Project.
1- Clone the repository:
https://github.com/VanessaAoki/Enumerable-Methods.git
2 - Execute the file by using $ ruby enumerables.rb
on the terminal.
👩🏼💻 Vanessa Aoki
- GitHub: @VanessaAoki
- Twitter: @VanessaSAoki
- Linkedin: Vanessa Aoki
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.