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

https://github.com/marcraphael12/ruby-numerable

In this project we learn how to use a module inside a class. For this we create a class MyList and a module MyEnumerable. Our module MyEnumerable will implement a subset of the functionality of Enumerable.
https://github.com/marcraphael12/ruby-numerable

Last synced: about 1 year ago
JSON representation

In this project we learn how to use a module inside a class. For this we create a class MyList and a module MyEnumerable. Our module MyEnumerable will implement a subset of the functionality of Enumerable.

Awesome Lists containing this project

README

          

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [💻 Getting Started](#getting-started)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 ruby-enumerable

**Enumerable** In this project we learn how to use a module inside a class. For this we create a class MyList and a module MyEnumerable. Our module MyEnumerable will implement a subset of the functionality of Enumerable.

### Tech Stack

Ruby

### Key Features

- **implement a subset of the functionality of Enumerable.**

(back to top)

## 🚀 Live Demo

Click on the link to view the Art Summit website.

- [Coming Soon]()

(back to top)

## 💻 Getting Started

- Clone this repo

```bash
git clone https://github.com/Marcraphael12/ruby-numerable
```

- On the command line, at the project's root, run `bundle install` to install app dependencies

(back to top)

## 👥 Authors

👤 **Shaaibu Suleiman**

- GitHub: [@githubhandle](https://github.com/shaaibu7)
- Twitter: [@twitterhandle](https://twitter.com/SuleimanShaaibu?t=EAqVJrP59poEb2W46kK9vg&s=09)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/shaaibu-suleiman-119271206)

👤 **Mladan Ilic**

- GitHub: [@Ilic](https://github.com/djo1975)
- Twitter: [@Ilic](https://twitter.com/MladanIlic)
- LinkedIn: [@Ilic] (https://www.linkedin.com/in/mladanilic/)

👤 **Marc Raphael**

- GitHub: [@Marcraphael12](https://github.com/Marcraphael12)
- Twitter: [@Marcraphael20](https://twitter.com/MarcRaphael20)
- LinkedIn: [Marc raphael](http://www.linkedin.com/in/marc-raphael-326039204)

(back to top)

## 🔭 Future Features

- [ ] **Decode messages written in different encrypting techniques**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

## ⭐️ Show your support

If you like this project kindly show your support or make a contribution to it.

(back to top)

## 🙏 Acknowledgments

I would like to acknowledge the entire Microverse community for the help provided while building this project.

(back to top)

## 📝 License

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

(back to top)