/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 Enumerable#max, #min, or #sort is used, the objects in the collection must also implement a meaningful <=> operator, as these method

MIT LicenseMIT

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 Enumerable#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.

Built With

  • Ruby

Getting Started

Authors

👤 Rustamjon Tolipov

👤 Donard Golaj

👤 Ahmad zia Yousufi

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • A special thanks to Microverse for inspiring this project. We are indebted to you all at Microverse
  • A special thanks goes to all our peers at Microverse for being there for us.

📝 License

This project is MIT licensed.