Skip to content

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

Notifications You must be signed in to change notification settings

ClaudiaRojasSoto/Own_Enumerable

Repository files navigation

📗 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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages