https://github.com/alusp/ruby-enumerable
https://github.com/alusp/ruby-enumerable
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/alusp/ruby-enumerable
- Owner: Alusp
- Created: 2022-10-28T09:30:26.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-20T23:51:11.000Z (over 3 years ago)
- Last Synced: 2025-02-04T13:19:39.664Z (over 1 year ago)
- Language: Ruby
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Enumerable
The Enumerable mixin provides collection classes with several traversal and searching methods, and with the ability to sort. The class must provide a method each, which yields successive members of the collection. If #max, min, or sort is used, the objects in the collection must also implement a meaningful <=> operator, as these methods rely on an ordering between members of the collection.
## Getting Started
Clone the repository by running: git clone https://github.com/Alusp/ruby-enumerable in your terminal
This repository includes files with plain SQL that can be used to recreate a database:
## Authors
👤 **Habib Payenda**
- GitHub: [@HabibPayenda](https://github.com/githubhandle)
- Twitter: [@HabibPayenda](https://twitter.com/twitterhandle)
- LinkedIn: [@HabibPayenda](https://linkedin.com/in/linkedinhandle)
👤 **Alusine Jalloh**
- GitHub: [@Alusp](https://github.com/Alusp)
- LinkedIn: [@alusine-jalloh](https://www.linkedin.com/in/alusine-jalloh)
- Twitter: [@aseni_jalloh](https://twitter.com/aseni_jalloh)
## 🤝 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
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](./MIT.md) licensed.