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

https://github.com/carreraprogrammer/ruby_enumerable

In this project I learned how to use a module inside a class. For this I will create a class MyList and a module MyEnumerable. The module MyEnumerable will implement a subset of the functionality of Enumerable.
https://github.com/carreraprogrammer/ruby_enumerable

ruby

Last synced: about 1 year ago
JSON representation

In this project I learned how to use a module inside a class. For this I will create a class MyList and a module MyEnumerable. The module MyEnumerable will implement a subset of the functionality of Enumerable.

Awesome Lists containing this project

README

          

logo

Enumerable Project

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 \[Enumerable Project\] ](#-enumerable-project-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)

# 📖 [Enumerable Project]

> This project is for creating a Enumerable Program using Class and Modules in Ruby.

**[Enumerable Project]** is a Enumerable Program.

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **[Create Class in Ruby]**
- **[Create Modules in Ruby]**
- **[Use Enumerable methods]**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://www.ruby-lang.org/es/)

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

```sh
install nodejs
install git
```

### Setup

Clone this repository to your desired folder:

```sh
cd ruby_morse
git clone https://github.com/carreraprogrammer/ruby_enumerable.git
```

### Install

Install this project with:

```sh
cd ruby_enumerable
npm install
```

### Usage

To run the project, execute the following command:

```sh
npm start
```

### Run tests

To run tests, run the following command:

### Deployment

You can deploy this project using:

```sh
npm run build
```

(back to top)

## 👥 Authors

👤 **ITALO**

- GitHub: [@storres20](https://github.com/storres20)
- Twitter: [@italolonkan](https://twitter.com/italolonkan)
- LinkedIn: [LinkedIn](https://linkedin.com/in/italo-lon-kan)

👤 *Daniel Carrera*

- GitHub: [@carreraprogrammer](https://github.com/carreraprogrammer )
- Twitter: [@carreraprog](https://twitter.com/carreraprog)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/daniel-carrera-85a917244/)

(back to top)

## 🔭 Future Features

- [ ] **[Using more Enumerables methods like Max, Min, etc]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project please give it a star 🌟 😁

(back to top)

## 🙏 Acknowledgments

I would like to thank...MICROVERSE

(back to top)

## ❓ FAQ

- **[is this project for free?]**

- [Yes, it is. So, feel free to clone this repository]

- **[may I suggest changes?]**

- [Yes. If you find a bug, please create an ISSUE]

(back to top)

## 📝 License

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

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._

(back to top)