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

https://github.com/claudiarojassoto/own_enumerable

This project implements a module in a Ruby class. The my_enumerable module implements part of the functionality of Enumerable, including the methods #all?, #any?, and #filter.
https://github.com/claudiarojassoto/own_enumerable

classes each enumerable-methods gemfile gemfile-lock instance-variables methods modules rubocop ruby

Last synced: about 1 year ago
JSON representation

This project implements a module in a Ruby class. The my_enumerable module implements part of the functionality of Enumerable, including the methods #all?, #any?, and #filter.

Awesome Lists containing this project

README

          

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Decoding\_Morse\_Code ](#-decoding_morse_code-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Setup](#setup)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Create your own Enumerable

The purpose of this app is to learn how to use a module inside a class. For this we have created a class called MyList and a module named MyEnumerable. This module, MyEnumerable, has been implemented to include a subset of the functionality provided by Enumerable.

## 🛠 Built With

The project is built using ruby. Getting Started Follow these steps to understand and work on the project:

### Tech Stack

The project is built using the following technologies:

Ruby

### Key Features

- **Moduls**
- **Classes**
- **Rubocop install**
- **Gems install**

(back to top)

## 🚀 Live Demo

Unfortunately, there is no live demo available for this project at the moment.

(back to top)

## 💻 Getting Started

## Setup

To get a local copy up and running, follow these steps.

1. Clone this repository to your local machine:

```
git clone https://github.com/ClaudiaRojasSoto/Own_Enumerable.git

```

## 👥 Authors

👤 **Claudia Rojas**

- GitHub: [@githubhandle](https://github.com/ClaudiaRojasSoto)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/claudia-rojas-soto/)

👤 **Cesar Herrera**

- GitHub: [@githubhandle](https://github.com/CesarHerr)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/cesarHerr/)

(back to top)

## 🔭 Future Features

- [ ] **User Interface**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project or if it helped you, please give a ⭐️. I'd really appreciate it!

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse and all my peers and colleagues at Microverse for giving me the opportunity to work on this project.

(back to top)

(back to top)

## 📝 License

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

(back to top)