Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/benawi/ruby-enumerable

This repository includes files with Ruby that can be used to recreate a Enumerable
https://github.com/benawi/ruby-enumerable

ruby

Last synced: about 5 hours ago
JSON representation

This repository includes files with Ruby that can be used to recreate a Enumerable

Awesome Lists containing this project

README

        

##



πŸ›°Create 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)


- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)

- [πŸ“ License](#license)

# πŸ“– Create Enumerable
This repository includes files with Ruby that can be used to recreate an Enumerable

## πŸ›  Built With

## Tech Stack

## πŸ”‘ Key Features

### Decode a Morse code message [Requirements](https://github.com/microverseinc/curriculum-ruby/blob/main/simple-ruby/morse_code.md)

- [x] Create a class MyList that has an instance variable @list.
- [x] Create a module MyEnumerable that implements the following methods
- #all?
- #any?
- #filter

(back to top)

## πŸ‘₯ Authors

### πŸ‘€ Habtamu Alemayehu

- GitHub: [Benawi](https://github.com/Benawi)
- Linkdin: [Habtamu](https://www.linkedin.com/in/habtamualemayehu/)
### πŸ‘€ Bwambale
- GitHub: [Bwambale](https://github.com/wolterbwamabale)
- Linkdin: [Bwambale](https://www.linkedin.com/in/Bwambale-benny-wolter/)

## πŸ”­ Future Features
- Inhance the project by adding additional parameters πŸš€

(back to top)

## 🀝 Contributing

Contributions, [issues](https://github.com/Benawi/Vet-clinic-database/issues), and feature requests are welcome!

(back to top)

## ⭐️ Show your support

Give me ⭐️ If you like this project!

(back to top)

## πŸ™ Acknowledgments

- I thank the Microverse program for giving us this great chance.

(back to top)

## πŸ“ License

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

(back to top)