Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bornittah/enumerable
learn how to use a module inside the class
https://github.com/bornittah/enumerable
Last synced: 6 days ago
JSON representation
learn how to use a module inside the class
- Host: GitHub
- URL: https://github.com/bornittah/enumerable
- Owner: Bornittah
- License: mit
- Created: 2023-02-03T11:43:43.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-03T15:20:44.000Z (almost 2 years ago)
- Last Synced: 2023-05-07T04:16:39.861Z (over 1 year ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [β FAQ](#faq)
- [π 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](https://ruby-doc.org/core-3.0.0/Enumerable.html).
Client
- **Use a module inside your class.**
No Live demo
## π» Getting Started
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need to have basic knowledge of
- using code editor like vscode
- Ruby
- Git, Github, & Gitflow
### Setup
Clone this repository to your desired folder:
`https://github.com/Bornittah/enumerable.git`
### Install
Install this project with:
ubuntu
`sudo apt install libyaml-dev`
`rbenv install 3.2.0`
### Usage
To run the project, execute the following command in your terminal:
`rbenv`
### Run tests
No tests implemented
### Deployment
No deployment
## π₯ Authors
π€ **Agasha Bornittah**
- GitHub: [@Bornittah](https://github.com/Bornittah)
- Twitter: [@AgashaBornittah](https://twitter.com/AgashaBornittah)
- LinkedIn: [Bornittah](www.linkedin.com/in/agasha-bornittah)
π€ **Maaloum Ely Cheikh**
- GitHub: [@githubhandle](https://github.com/maaloum)
- Twitter: [@twitterhandle](https://twitter.com/twitterhandle)
- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle)
- [ ] **Implement more enumetable methods**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please leave a starπ€©
We would like to appreciate
- Microverse for giving us opportunity to learn
- Code Reviewers & Coding Partners for their contribution to this project.
- Hat tip to anyone whose code was used.
- **[How to learn ruby?]**
- Read ruby [documentation](ruby-lang.org/en/documentation/)
This project is [MIT](./LICENSE) licensed.