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

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.

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)

# 📖 Enumerable

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.

## 🛠 Built With

### Tech Stack

- Ruby

### Key Features

- Create a module MyEnumerable that implements the following methods (they should have the same funcionality as methods in Enumerable):
-- #all?
-- #any?
-- #filter

(back to top)

## 💻 Getting Started

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
```

(back to top)

## 👥 Author

👤 **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)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/codehass/Enumerable/issues).

(back to top)

## ⭐️ Show your support

If you like this project give us ⭐

(back to top)

## 🙏 Acknowledgments

I would like to thank [Microverse](https://github.com/microverseinc) for this project inspiration.

(back to top)

## 📝 License

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._

(back to top)