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

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.

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)

# 📖 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.

## 🛠 Built With

### Tech Stack

Ruby

### Key Features

- **Enumerable**
- **Module**

(back to top)

## 💻 Getting Started

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

(back to top)

## 👥 Authors

👤 **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/)

(back to top)

## 🔭 Future Features

Improve the code to be better and better

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project share it with others

(back to top)

## 🙏 Acknowledgments

We would like to thank Microverse for providing the problem for us to solve with ruby

(back to top)

## 📝 License

This project is [MIT](https://github.com/rubydevi/ruby_enumerable/blob/f/enumerable/LICENSE) licensed.

(back to top)