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

https://github.com/felipeg005/enumerable-ruby

The Enumerable mixin provides collection classes with several traversal and searching methods, and with the ability to sort.
https://github.com/felipeg005/enumerable-ruby

Last synced: 8 months ago
JSON representation

The Enumerable mixin provides collection classes with several traversal and searching methods, and with the ability to sort.

Awesome Lists containing this project

README

          

## Create your own Enumerable

> In this project we have learned how to use a module
> inside your class.
> For this we have created a class `MyList` and a
> module `MyEnumerable`.
> This module `MyEnumerable` will implement a
> subset of the functionality of `Enumerable`.

## Built With

- Ruby

## Getting Started

This repository includes files with Ruby that can be used to decode a Morse code message:

- Please run the program in a IRB enviorement

## Authors

👤 **Juan Gonzalez**

- GitHub: [@JbirdL86](https://github.com/JbirdL86)
- Twitter: [@twitterhandle](https://twitter.com/JuanLui06498455)
- Linkedin: [linkedin](https://www.linkedin.com/in/juan-luis-0551921aa/)

👤 **Juan Felipe Gomez Tobon**

- GitHub: [@githubhandle](https://github.com/Felipeg005/)
- Twitter: [@twitterhandle](https://twitter.com/JuanFGT05)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/juan-felipe-gomez-tobon/)

👤 **Laylo Khodjaeva**

- GitHub: [@Laylo309](https://github.com/Laylo309)
- Twitter: [@Laylo](https://twitter.com/home?lang=en)
- LinkedIn: [LayloKhodjaeva](https://www.linkedin.com/in/laylo-khodjaeva-05a972207/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Inspiration
- Microverse

## 📝 License

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