Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tobinchilongo/enumerable-ruby
In this project we learnt how to use a module inside the class. We created a class `my_list` and a module `my_enumerable`. The module `my_enumerable` implements a subset of the functionality of Enumerable.
https://github.com/tobinchilongo/enumerable-ruby
require-relative ruby-methods ruby-module
Last synced: 9 days ago
JSON representation
In this project we learnt how to use a module inside the class. We created a class `my_list` and a module `my_enumerable`. The module `my_enumerable` implements a subset of the functionality of Enumerable.
- Host: GitHub
- URL: https://github.com/tobinchilongo/enumerable-ruby
- Owner: Tobinchilongo
- Created: 2022-05-05T12:41:48.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2022-05-06T15:42:57.000Z (over 2 years ago)
- Last Synced: 2023-03-04T04:08:42.864Z (almost 2 years ago)
- Topics: require-relative, ruby-methods, ruby-module
- Language: Ruby
- Homepage:
- Size: 7.81 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)
# Enumerable with Ruby
>In this project we learnt how to use a module inside the class. We created a class `my_list` and a module `my_enumerable`. The module `my_enumerable` implements a subset of the functionality of Enumerable.
## Built With
- Ruby
- VSCode
- Rubocop
- Ruby Modules## Authors
👤 **Mirouhml**
- GitHub: [@mirouhml](https://github.com/mirouhml)
- LinkedIn: [ammar-hamlaoui](https://www.linkedin.com/in/ammar-hamlaoui-514909189/)
- Twitter: [@kuronomirou](https://twitter.com/kuronomirou)👤 **Tobinchilongo**
- GitHub: [@Tobinchilongo](https://github.com/Tobinchilongo)
- Twitter: [@Tobin_Official](https://twitter.com/Tobin_Official)
- LinkedIn: [@Tobinchilongo](https://www.linkedin.com/in/tobin-chilongo-a6736415a/)## Contributors
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/mirouhml/Clinic-Database/issues).
## Show your support
Give a ⭐️ if you like our website!
## 📝 License
- This project is [MIT](./LICENSE) licensed.
- This project is [creativecommons](https://creativecommons.org/licenses/by-nc/4.0/) licensed.