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.
- Host: GitHub
- URL: https://github.com/carreraprogrammer/ruby_enumerable
- Owner: carreraprogrammer
- License: mit
- Created: 2023-01-27T14:35:56.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-27T17:50:43.000Z (about 3 years ago)
- Last Synced: 2025-01-22T20:51:51.805Z (about 1 year ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 650 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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-)
> This project is for creating a Enumerable Program using Class and Modules in Ruby.
**[Enumerable Project]** is a Enumerable Program.
Client
- **[Create Class in Ruby]**
- **[Create Modules in Ruby]**
- **[Use Enumerable methods]**
- [Live Demo Link](https://www.ruby-lang.org/es/)
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
```
👤 **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/)
- [ ] **[Using more Enumerables methods like Max, Min, etc]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/carreraprogrammer/ruby_enumerable/issues).
If you like this project please give it a star 🌟 😁
I would like to thank...MICROVERSE
- **[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]
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._