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

https://github.com/zewdu444/enumerable

used to demonstrate using modules inside of classes and how to implement Enumerable in Ruby.
https://github.com/zewdu444/enumerable

ruby

Last synced: about 1 year ago
JSON representation

used to demonstrate using modules inside of classes and how to implement Enumerable in Ruby.

Awesome Lists containing this project

README

          

# 📗 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)
- [Prerequisites](#prerequisites)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)

- [📝 License](#license)

# 📖 Enumerable

> Used to demonstrate using modules inside of classes and how to implement Enumerable methods.

## 🛠 Built With

### Tech Stack

- Ruby

### Key Features

- Check any lists are met the requirements using all methods.
- Check if any of the elements in the list are met the requirements.
- Filter based on the requirements using the filter method.

(back to top)

## 💻 Getting Started

### Prerequisites

In order to run this project you need installed Ruby on your local machine.

### Setup

Clone this repository to your local machine:

```sh
git clone https://github.com/zewdu444/enumerable.git
cd enumerable

```

### Usage

To run the project, execute the following command in terminal:

```
ruby main.rb
```

## 👥 Authors

👤 **zewdu erkyhun**

- GitHub: [zewdu444](https://github.com/zewdu444)
- Twitter: [@zewdu444](https://twitter.com/zewdu444)
- LinkedIn: [zewdu-anley](https://www.linkedin.com/in/zewdu-anley/)

👤 **Anthony Martin**

- GitHub: [anthonymr](https://github.com/anthonymr)
- Twitter: [@Anthony2Martin](https://twitter.com/Anthony2Martin)
- LinkedIn: [anthony-martin](https://www.linkedin.com/in/anthony-martin-8820a3117/)

(back to top)

## 🔭 Future Features

- We will be adding finding max and min values in the list.
- Improve the code to be more readable.
- Add more methods to the enumerable module.

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

we would like to thank microverse community for the support and guidance.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)