https://github.com/debas-31/ruby-enumerable
This is a project, how to use a module inside a class. we created a class MyList and a module MyEnumerable. Our module MyEnumerable implemented a subset of Ruby's in-built Enumerable functionality.
https://github.com/debas-31/ruby-enumerable
ruby
Last synced: about 1 year ago
JSON representation
This is a project, how to use a module inside a class. we created a class MyList and a module MyEnumerable. Our module MyEnumerable implemented a subset of Ruby's in-built Enumerable functionality.
- Host: GitHub
- URL: https://github.com/debas-31/ruby-enumerable
- Owner: Debas-31
- Created: 2022-03-31T09:10:01.000Z (about 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-03-31T19:08:36.000Z (about 4 years ago)
- Last Synced: 2025-04-12T04:14:11.502Z (about 1 year ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# ruby-enumerable
In this project we learned how to use a module inside a class. For this we created a class MyList and a module MyEnumerable. Our module MyEnumerable implemented a subset of the functionality of Ruby's in-built Enumerable.
## Built With
- Ruby
## Getting Started
- Clone this repository using
`git clone https://github.com/Debas-31/ruby-enumerable.git`
- cd into the repository
`cd ruby-enumerable`
- run files with
`ruby FILENAME`
## Authors
👤 **Matovu Farid Nkoba**
- GitHub: [@matovu farid](https://github.com/matovu-farid)
- Twitter: [@matovu100](https://twitter.com/matovu100)
- LinkedIn: [matovu-farid](https://www.linkedin.com/in/matovu-farid-48b80257)
👤 **Debas Gebreslasie**
- [GitHub](https://github.com/Debas-31)
- [Twitter](https://twitter.com/DEBSH76956492)
- [LinkedIn](https://www.linkedin.com/in/debas-gebrengus)
👤 **Nuri LAcka**
- GitHub: [@Nuri1977](https://github.com/Nuri1977)
- Twitter: [@Lackanuri](https://twitter.com/LackaNuri)
- LinkedIn: [@nurilacka](https://www.linkedin.com/in/nuri-lacka-7141b01ba/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Debas-31/ruby-enumerable/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.