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

https://github.com/kanzatahreem/enumerable

In this project, we learned to use a module inside a class.
https://github.com/kanzatahreem/enumerable

enumerable module ruby

Last synced: about 1 month ago
JSON representation

In this project, we learned to use a module inside a class.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Enumerable ](#-enumerable-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage ](#usage-)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [📝 License ](#-license-)

# 📖 Enumerable
In this project, we learned to use a module inside a class. For this we created a class `MyList` and a module `MyEnumerable`. Our module `MyEnumerable` implement a subset of the functionality of [Enumerable](https://ruby-doc.org/core-3.0.0/Enumerable.html).
## 🛠 Built With

### Tech Stack

Client

### Key Features

- Use a module inside a class
- implement a subset of the functionality of [Enumerable](https://ruby-doc.org/core-3.0.0/Enumerable.html)

(back to top)

## 💻 Getting Started

### Prerequisites

In order to run this project you need:

- [Ruby](https://www.ruby-lang.org/en/) installed and running. To get more information, read the [installation instructions](https://github.com/microverseinc/curriculum-ruby/blob/main/simple-ruby/articles/ruby_installation_instructions.md).
- You should be able to use [IRB](https://en.wikipedia.org/wiki/Ruby_(programming_language)#Features).
### Setup

Clone this repository to your desired folder:

```
git clone git@github.com:KanzaTahreem/Enumerable.git
cd Enumerable
```

### Install

Install thr project dependencies with:

```
bundle install
```

### Usage

To run the project, execute the following command:

```
ruby my_list.rb
```

(back to top)

## 👥 Authors
👤 Author 1

- GitHub: [@KanzaTahreem](https://github.com/KanzaTahreem)
- Twitter: [@kanza_tahreem](https://twitter.com/kanza_tahreem)
- LinkedIn: [Kanza Tahreem](https://www.linkedin.com/in/kanza-tahreem/)

👤 Author 2
- GitHub: [@camilovelag](https://github.com/camilovelag)
- Twitter: [@camilovelag](https://twitter.com/camilovelag)
- LinkedIn: [camilovelag](https://linkedin.com/in/camilovelag)

(back to top)

## 🔭 Future Features

- Add more enumerable methods to the module

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project and want to support me make cooler projects Give this project a Star.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)