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
- Host: GitHub
- URL: https://github.com/ritobrotomukherjee/create-enumerables-ruby
- Owner: RitobrotoMukherjee
- Created: 2022-08-18T08:14:46.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-19T04:30:40.000Z (almost 4 years ago)
- Last Synced: 2025-02-06T12:33:05.138Z (over 1 year ago)
- Topics: practice-project, rubocop, ruby, ruby-enumerable-methods
- Language: Ruby
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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
 
### 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

## 📝 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._