I rebuild Enumerable methods on the Ruby in this project.
Functions:
- my_each
- my_each_with_index
- my_map
- my_select
- my_any?
- my_all?
- my_none?
- my_count
- my_inject
- Ruby
To get a local copy up and running follow these steps:
- Ruby installed on local machine
- Rspec installed on local machine
- A browser (for usage or repl.it)
- Fork/Clone this project to your local machine
- Run
rspecin the terminal of your root directory to run the described tests
👤 Ahmet Bozaci
- Github: ahmetbozaci
- Twitter: ahmtbozaci
- LinkedIn: ahmetbozaci
Contributions, issues and feature requests are welcome!
Feel free to check the issues page
Start by:
- Forking the project
- Cloning the project to your local machine
cdinto the project directory- Run
git checkout -b your-branch-name - Make your contributions
- Push your branch up to your forked repository
- Open a Pull Request with a detailed description to the development(or master if not available) branch of the original project for a review
Give a ⭐️ if you like this project!
- The Odin project for the project plan
- https://ruby-doc.org/core-2.6.5/Enumerator.html
- https://ruby-doc.org/core-2.6.5/Enumerable.html
This project is MIT licensed
