https://github.com/codehass/enumerable
In this project we(@codehass and @elarhadu) used a module inside a class. For this we created a class MyList and a module MyEnumerable. The module MyEnumerable implemented a subset of the functionality of Enumerable.
https://github.com/codehass/enumerable
ruby
Last synced: 20 days ago
JSON representation
In this project we(@codehass and @elarhadu) used a module inside a class. For this we created a class MyList and a module MyEnumerable. The module MyEnumerable implemented a subset of the functionality of Enumerable.
- Host: GitHub
- URL: https://github.com/codehass/enumerable
- Owner: codehass
- Created: 2023-03-03T14:34:10.000Z (over 3 years ago)
- Default Branch: developement
- Last Pushed: 2023-03-03T15:48:43.000Z (over 3 years ago)
- Last Synced: 2025-12-25T21:18:25.143Z (6 months ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Enumerable
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
In this project we([@codehass](https://github.com/codehass) and [@elarhadu](https://github.com/elarhadu)) used a module inside a class. For this we created a class MyList and a module MyEnumerable. The module MyEnumerable implemented a subset of the functionality of Enumerable.
- Ruby
- Create a module MyEnumerable that implements the following methods (they should have the same funcionality as methods in Enumerable):
-- #all?
-- #any?
-- #filter
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
### Setup
Clone this repository to your desired folder:
```sh
git@github.com:codehass/Enumerable.git
cd Enumerable
```
👤 **Hassan EL OUARDY**
- GitHub: [@codehass](https://github.com/codehass)
- Twitter: [@hassanelourdy](https://twitter.com/hassanelourdy)
- LinkedIn: [Hassan El OUARDY](https://www.linkedin.com/in/hassan-el-ouardy-360b99169/)
👤 **Emmanuella Adu**
- GitHub: [@elarhadu](https://github.com/elarhadu)
- Twitter: [@elarh\_](https://twitter.com/elarh_)
- LinkedIn: [Emmanuella Adu](https://linkedin.com/in/emmanuella-adu)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/codehass/Enumerable/issues).
If you like this project give us ⭐
I would like to thank [Microverse](https://github.com/microverseinc) for this project inspiration.
This project is [MIT](./MIT.md) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._