https://github.com/brainconnect93/ruby-enumerable
This is a coding challenge that creates a cutom enumerable collection similar to the Ruby Enumerable Mixin
https://github.com/brainconnect93/ruby-enumerable
github linter rubocop ruby ruby-gem
Last synced: about 2 months ago
JSON representation
This is a coding challenge that creates a cutom enumerable collection similar to the Ruby Enumerable Mixin
- Host: GitHub
- URL: https://github.com/brainconnect93/ruby-enumerable
- Owner: brainconnect93
- Created: 2022-09-01T09:41:34.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-09-05T07:16:54.000Z (almost 4 years ago)
- Last Synced: 2025-02-08T00:19:32.175Z (over 1 year ago)
- Topics: github, linter, rubocop, ruby, ruby-gem
- Language: Ruby
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## Ruby Enumerable project
> This is a coding challenge that creates a cutom enumerable collection similar to the Ruby Enumerable Mixin..
## Built With
- Ruby
- Github
## Live Demo (if available)
[Live Demo Link](https://livedemo.com)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Ruby
### Setup
Clone the repository and change the directory to Custom-Enumerable
> git clone https://github.com/brainconnect93/Ruby-Enumerable.git
> cd Ruby-Enumerable
### Install
Install all project dependencies by running the command below
> $ git --version
> $ ruby --version && irb
### Run the Application
> $ ruby challenge.rb
### Check linter errors
Start the webpack dev server
> $ rubocop --autocorrect
## Authors
👤 **Author1**
- GitHub: [@t-bello7](https://github.com/t-bello7)
- Twitter: [@__tbello](https://twitter.com/__tbello)
- LinkedIn: [Bello Oluwatomisin](https://linkedin.com/in/tbello7)
👤 **Author2**
👤 **Afolabi Akorede**
- GitHub: [@brainconnect93](https://github.com/brainconnect93)
- Twitter: [@brainconnect0](https://twitter.com/brainconnect0)
- LinkedIn: [Afolabi Akorede](https://linkedin.com/in/brainconnect93)
## 🤝 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
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 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._