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.
- Host: GitHub
- URL: https://github.com/zewdu444/enumerable
- Owner: zewdu444
- License: mit
- Created: 2023-04-05T17:43:32.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-04-06T10:01:18.000Z (about 3 years ago)
- Last Synced: 2025-02-10T21:37:34.447Z (over 1 year ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
> Used to demonstrate using modules inside of classes and how to implement Enumerable methods.
- Ruby
- 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.
### 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
```
👤 **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/)
- 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.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/zewdu444/enumerable/issues).
Give a ⭐️ if you like this project!
we would like to thank microverse community for the support and guidance.
This project is [MIT](./LICENSE) licensed.