📗 Table of Contents
💎 Ruby Enumerable
This project implements a custom Enumerable module which has the same functionalities as Ruby's built-in Enumerables. It includes commonly used methods like #any?
, #all?
and #filter
.
🛠 Built With
Tech Stack
- Ruby
Key Features
- #any? - Return
true
if block returns at least one truthy value - #all? - Return
true
if block returnstrue
for all items - #filter - Return a new array of items for which block returns
true
💻 Getting Started
To get a local copy up and running, follow these steps.
Prerequisites
In order to run this project you need Ruby installed on your machine.
Setup
Clone this repository to your desired folder:
cd my-project
git clone git@github.com:Abe1able/Ruby-Enumerable.git .
Installation
Install this project with:
gem install
Usage
To run the program, execute the following command:
ruby my_list.rb
👥 Authors
👨🚀 Abel Seifu
- GitHub: @abe1able
- LinkedIn: Abel-Seifu
👨🚀 Hein Thant
- GitHub: @IndieCoderMM
- LinkedIn: LinkedIn
- Gmail: hthant00chk@gmail.com
🔭 Future Features
- Add more methods
🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
💖 Show your support
If you like this project, please consider giving it a ⭐.
🙏 Acknowledgments
I would like to thank all code reviewers for making this project better.
📜 License
This project is MIT licensed.