- This project is part of the Microverse Ruby curriculum. The goal is to build a custom version of the Enumerable module in Ruby.
- Use Ruby syntax for basic programming operations.
- Apply Ruby best practices and language style guides in code.
- Understand how modules work in Ruby.
- Understand how the #all?, #any?, and #filter method works.
- Understand how to create and use blocks in Ruby.
- Understand how to use yield and the each method in Ruby.
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Have Ruby installed. If you need to install Ruby, follow the instructions on the official page.
Clone this repository to your desired folder:
Example commands:
cd my-folder
git clone git@github.com:mwismann/my_enumerable.git
👤 Arthur Iturres
- GitHub: @ITurres
- LinkedIn: Arthur Emanuel G. Iturres
- Angellist / Wellfound: Arturo (Arthur) Emanuel Guerra Iturres
- Youtube: Arturo Emanuel Guerra Iturres - Youtube Channel
👤 Mathias Wismann
- GitHub: @mwismann
- Twitter: @mathias_wismann
- LinkedIn: Mathias Wismann
- Add a #max method.
- Add a #min method.
- Add a #sort method.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐ if you liked this project!
I thank the Code Reviewers for their advice and time 🏆
This project is MIT licensed.