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.
- Host: GitHub
- URL: https://github.com/claudiarojassoto/own_enumerable
- Owner: ClaudiaRojasSoto
- License: mit
- Created: 2023-08-22T20:21:28.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-12-25T00:27:18.000Z (over 2 years ago)
- Last Synced: 2025-03-29T22:21:57.040Z (about 1 year ago)
- Topics: classes, each, enumerable-methods, gemfile, gemfile-lock, instance-variables, methods, modules, rubocop, ruby
- Language: Ruby
- Homepage:
- Size: 10.7 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.
The project is built using ruby. Getting Started Follow these steps to understand and work on the project:
The project is built using the following technologies:
Ruby
- **Moduls**
- **Classes**
- **Rubocop install**
- **Gems install**
Unfortunately, there is no live demo available for this project at the moment.
## 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
```
👤 **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/)
- [ ] **User Interface**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ClaudiaRojasSoto/Decoding_Morse_Code/issues).
If you like this project or if it helped you, please give a ⭐️. I'd really appreciate it!
I would like to thank Microverse and all my peers and colleagues at Microverse for giving me the opportunity to work on this project.
This project is [MIT](MIT.md).