An open API service indexing awesome lists of open source software.

https://github.com/ritobrotomukherjee/create-enumerables-ruby

Ruby comes with several enumerable, trying to re-write those enumerable in a custom Enumerable. It's a self practice project
https://github.com/ritobrotomukherjee/create-enumerables-ruby

practice-project rubocop ruby ruby-enumerable-methods

Last synced: over 1 year ago
JSON representation

Ruby comes with several enumerable, trying to re-write those enumerable in a custom Enumerable. It's a self practice project

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Ritobroto-Mukherjee-yellow?labelColor=blue)

# Create Enumerable

> In this project I am using Ruby to re-create a few of it's in-built Enumerable. I am following **GitHub Flow** here. It's a personal project. It has proper error handling as mentioned in the [documentation](https://ruby-doc.org/core-3.0.0/Enumerable.html).

## Built With

![](https://img.shields.io/badge/Ruby-red)   ![](https://img.shields.io/badge/Github-black)

### To get this project up and running, you should do the following;
- If you wish to run the project locally, please do the following:

- Clone the repository to your local machine.
- **`https://github.com/RitobrotoMukherjee/create-enumerables.git`**
- **`cd create-enumerables`**

## Prerequisite

> ### Ruby needs to be installed in system

## Authors

👤 **Ritobroto Mukherjee**

- Portfolio: [@Rito](https://ritobrotomukherjee.github.io/Work-Portfolio/)
- GitHub: [@RitobrotoMukherjee](https://github.com/RitobrotoMukherjee)
- Twitter: [@RitobrotoM3](https://twitter.com/RitobrotoM3)
- LinkedIn: [Ritobroto Mukherjee](https://www.linkedin.com/in/ritobroto-mukherjee-519148ba/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

![](https://img.shields.io/badge/Microverse-blueviolet)

## 📝 License

This project is [MIT](./LICENSE) licensed.

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._