Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omar25ahmed/create-your-own-enumerable
In this project we will learn how to use a module inside class. For this we will create a class MyList and a module MyEnumerable. Our module MyEnumerable will implement a subset of the functionality of Enumerable.
https://github.com/omar25ahmed/create-your-own-enumerable
Last synced: 14 days ago
JSON representation
In this project we will learn how to use a module inside class. For this we will create a class MyList and a module MyEnumerable. Our module MyEnumerable will implement a subset of the functionality of Enumerable.
- Host: GitHub
- URL: https://github.com/omar25ahmed/create-your-own-enumerable
- Owner: omar25ahmed
- Created: 2022-05-05T17:21:04.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-05T19:47:05.000Z (over 2 years ago)
- Last Synced: 2024-11-22T23:43:46.222Z (about 2 months ago)
- Language: Ruby
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Ruby Enumerable
In this project we will learn how to use a module inside class. For this we will create a class MyList and a module MyEnumerable. Our module MyEnumerable will implement a subset of the functionality of Enumerable.# Requirements for this project
Please find the requirements for this project [here](https://github.com/microverseinc/curriculum-ruby/blob/main/simple-ruby/create_your_own_enumerable.md).
# screenshot
Output
![Screenshot1](screenshot.png)## Installation & Usage
- You need to have `git` and `ruby` installed on your local computer.
- Clone the repository by running `git clone https://github.com/mukhammadrizooff/Morse-Code.git`## Technologies
- Ruby
## Authors
👤 **Omar Ragheb**
- GitHub: [https://github.com/omar25ahmed](https://github.com/omar25ahmed)
- LinkedIn: [https://www.linkedin.com/in/omar-ragheb/](https://www.linkedin.com/in/omar-ragheb/)
- Twitter: [https://twitter.com/Omar25Ahmed](https://twitter.com/Omar25Ahmed)👤 **Behnam Aghaali**
- GitHub: [https://github.com/Behnam1369](https://github.com/Behnam1369)
- LinkedIn: [https://www.linkedin.com/in/behnam-aghaali](https://www.linkedin.com/in/behnam-aghaali)
- Twitter: [https://twitter.com/behnamagh1369](https://twitter.com/behnamagh1369)
- Email: [[email protected]](mailto:[email protected])## 🤝 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](./MIT.md) licensed.