https://github.com/neckerfree/enumerable
In this project you will learn how to use a module inside your class. For this you will create a class MyList and a module MyEnumerable. Your module MyEnumerable will implement a subset of the functionality of Enumerable.
https://github.com/neckerfree/enumerable
Last synced: about 1 month ago
JSON representation
In this project you will learn how to use a module inside your class. For this you will create a class MyList and a module MyEnumerable. Your module MyEnumerable will implement a subset of the functionality of Enumerable.
- Host: GitHub
- URL: https://github.com/neckerfree/enumerable
- Owner: NeckerFree
- Created: 2022-06-17T15:20:13.000Z (almost 4 years ago)
- Default Branch: development
- Last Pushed: 2022-06-17T21:07:38.000Z (almost 4 years ago)
- Last Synced: 2025-03-17T15:58:07.457Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Enumerable
> In this project you will learn how to use a module inside your class.
## Built With
- Ruby
## Live Demo (if available)
[Live Demo Link]()
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
### Setup
### Install
### Usage
### Run tests
Run in terminal:
> bundle install
> bundle exec rspec ./spec/my_list_spec.rb --format documentation
### Deployment
## Authors
👤 **Elio Cortés**
- GitHub: [@NeckerFree](https://github.com/NeckerFree)
- Twitter: [@ElioCortesM](https://twitter.com/ElioCortesM)
- LinkedIn: [elionelsoncortes](https://www.linkedin.com/in/elionelsoncortes/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/NeckerFree/enumerable/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.