https://github.com/rubydevi/ruby_enumerable
In this project, we learned how to use a module inside our class. For this, we created a class called MyList and a module named MyEnumerable. The module MyEnumerable implemented a subset of the functionality of Enumerable.
https://github.com/rubydevi/ruby_enumerable
Last synced: 3 months ago
JSON representation
In this project, we learned how to use a module inside our class. For this, we created a class called MyList and a module named MyEnumerable. The module MyEnumerable implemented a subset of the functionality of Enumerable.
- Host: GitHub
- URL: https://github.com/rubydevi/ruby_enumerable
- Owner: rubydevi
- License: mit
- Created: 2023-08-31T11:58:14.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-09-01T07:33:56.000Z (over 1 year ago)
- Last Synced: 2024-12-29T15:12:40.006Z (5 months ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)In this project, we learned how to use a `module` inside our `class`. For this, we created a class called `MyList` and a module named `MyEnumerable`. The module MyEnumerable implemented a subset of the functionality of Enumerable.
Ruby
- **Enumerable**
- **Module**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need to:
- Install a text editor like Visual Studio Codes
- Make sure you have ruby installed as well in your system
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/LDouglasOT/ruby_enumerable.git
```
### Install
This project is considered installed once you clone it
### Usage
Once the project is cloned in your desired directory you can use it
### Run tests
To ensure that the ruby files pass linters run the following command
```sh
rubocop .
```
### Deployment
You can only run this project on your local machine
👤 **Chongtham Ruby Devi**
- GitHub: [@rubydevi](https://github.com/rubydevi)
- Twitter: [@arieabyss](https://twitter.com/ariesabyss)
- LinkedIn: [Chongtham Ruby Devi](https://www.linkedin.com/in/chongtham-bhoomika/)
👤 **Douglas Luzinda**
- GitHub: [@LdouglasOT](https://github.com/LdouglasOT)
- Twitter: [@LdouglasOT](https://twitter.com/LdouglasOT)
- LinkedIn: [LdouglasOT](https://www.linkedin.com/in/LdouglasOT/)
Improve the code to be better and better
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/rubydevi/ruby_enumerable/issues).
If you like this project share it with others
We would like to thank Microverse for providing the problem for us to solve with ruby
This project is [MIT](https://github.com/rubydevi/ruby_enumerable/blob/f/enumerable/LICENSE) licensed.