Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmggyy66/my-enumerable
https://github.com/mmggyy66/my-enumerable
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mmggyy66/my-enumerable
- Owner: MMGGYY66
- Created: 2023-04-06T08:41:29.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-04-06T22:07:55.000Z (almost 2 years ago)
- Last Synced: 2024-05-17T15:36:17.784Z (8 months ago)
- Language: Ruby
- Size: 559 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My Enumerable
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)In this project you will learn how to use a module inside your class. For this you will create a class MyList and a module MyEnumerable. Your module MyEnumerable will implement a subset of the functionality of Enumerable.
- Implementation of certain features of the [Enumerable](https://ruby-doc.org/core-3.0.0/Enumerable.html) mixin from Ruby
- Implements [all?](https://ruby-doc.org/core-3.0.0/Enumerable.html#method-i-all-3F) method
- Implements [any?](https://ruby-doc.org/core-3.0.0/Enumerable.html#method-i-any-3F) method
- Implements [filter](https://ruby-doc.org/core-3.0.0/Enumerable.html#method-i-filter) method
- Not available
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
### Setup
Clone this repository to your desired folder:
- cd my-folder
- git clone https://github.com/MMGGYY66/my-enumerable.git
### Install
Install this project with:
- bundle install
### Usage
To run the project, execute the following command:
- ruby list.rb
👤 **Mohamed Gamil Eldimardash**
- GitHub: [@github](https://github.com/MMGGYY66)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/mohamed-eldimardash-0023a3b5/)
- Twitter: [twitter](https://twitter.com/MOHAMEDELDIMARd)
- Facebook: [facebook](https://www.facebook.com/MOHAMED.ELDIMARDASH/)
- StackOverflow: [stackoverflow](https://stackoverflow.com/users/13605630/mohamed-gamil-eldimardash)
👤 **Lucas Comamala**
- GitHub: [@lucascomamala](https://github.com/lucascomamala/)
- LinkedIn: [Lucas Comamala](https://linkedin.com/in/lucas-comamala/)
- [ ] Implement more methods from Enum
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project give this repo a star and reach out on our social media, and we will be happy to know about it! 😃
I would like to thank the Microverse team for their invaluable resources
This project is [MIT](https://github.com/MMGGYY66/my-enumerable/blob/enumerable/MIT.md) licensed.