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

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


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

Last synced: over 1 year ago
JSON representation

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.