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

https://github.com/mailsg/enumerable

Ruby : Enumerable and Modules
https://github.com/mailsg/enumerable

Last synced: over 1 year ago
JSON representation

Ruby : Enumerable and Modules

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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 [Enumerable]

**Enumerable** is a project to learn how to use a module inside a class. For this you will create a class `MyList` and a module `MyEnumerable`. Module `MyEnumerable` will implement a subset of the functionality of **Enumerable**.

## 🛠 Built With

### Tech Stack

Ruby

### Key Features

- **Use Ruby syntax for basic programming operations.**
- **Apply Ruby best practices and language style guides in code.**

(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:

- IRB (Interactive Ruby)
### Setup

Clone this repository to your desired folder:

```sh
git clone git@github.com:mailsg/Enumerable.git
cd Enumerable
```

### Install

Install dependencies for this project with:

```sh
cd my-project
bundle install
```

### Usage

To run the project, execute the following command:

```sh
ruby Enumerable.rb
```

(back to top)

## 👥 Authors

> Mention all of the collaborators of this project.

👤 **Sandeep Ghosh**

- GitHub: [@mailsg](https://github.com/mailsg)
- LinkedIn: [Sandeep Ghosh](https://linkedin.com/in/sandeep0912/)

👤 **Phelelani Ndlovu**

- GitHub: [@techmoves](https://github.com/techmoves)
- LinkedIn: [Phelelani Ndlovu](https://linkedin.com/in/phelelani-ndlovu)

(back to top)

## 🔭 Future Features

- Adding more methods to the module
- Adding more methods to the class
- Adding more tests

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project please give it a ⭐️. Your support is greatly appreciated!

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for this opportunity that they are giving us.

(back to top)

## 📝 License

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

(back to top)