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.
- Host: GitHub
- URL: https://github.com/felipeg005/enumerable-ruby
- Owner: Felipeg005
- Created: 2021-11-11T21:48:24.000Z (about 4 years ago)
- Default Branch: development
- Last Pushed: 2021-11-12T19:11:42.000Z (about 4 years ago)
- Last Synced: 2025-04-26T07:58:39.316Z (8 months ago)
- Language: Ruby
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.