An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)
# 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.