ClaudiaRojasSoto / Own_Enumerable

This project implements a module in a Ruby class. The my_enumerable module implements part of the functionality of Enumerable, including the methods #all?, #any?, and #filter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– Create your own Enumerable

The purpose of this app is to learn how to use a module inside a class. For this we have created a class called MyList and a module named MyEnumerable. This module, MyEnumerable, has been implemented to include a subset of the functionality provided by Enumerable.

πŸ›  Built With

The project is built using ruby. Getting Started Follow these steps to understand and work on the project:

Tech Stack

The project is built using the following technologies:

Ruby

Key Features

  • Moduls
  • Classes
  • Rubocop install
  • Gems install

(back to top)

πŸš€ Live Demo

Unfortunately, there is no live demo available for this project at the moment.

(back to top)

πŸ’» Getting Started

Setup

To get a local copy up and running, follow these steps.

  1. Clone this repository to your local machine:
git clone https://github.com/ClaudiaRojasSoto/Own_Enumerable.git

πŸ‘₯ Authors

πŸ‘€ Claudia Rojas

πŸ‘€ Cesar Herrera

(back to top)

πŸ”­ Future Features

  • User Interface

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project or if it helped you, please give a ⭐️. I'd really appreciate it!

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse and all my peers and colleagues at Microverse for giving me the opportunity to work on this project.

(back to top)

(back to top)

πŸ“ License

This project is MIT.

(back to top)

About

This project implements a module in a Ruby class. The my_enumerable module implements part of the functionality of Enumerable, including the methods #all?, #any?, and #filter.

License:MIT License


Languages

Language:Ruby 100.0%