https://github.com/mukhammadrizooff/enumerable-ruby
https://github.com/mukhammadrizooff/enumerable-ruby
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mukhammadrizooff/enumerable-ruby
- Owner: mukhammadrizooff
- License: mit
- Created: 2022-04-14T20:28:29.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-04-14T23:37:42.000Z (over 4 years ago)
- Last Synced: 2025-01-20T16:55:29.026Z (over 1 year ago)
- Language: Ruby
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Enumerable
> This program implements the all?, any?, and filter methods that have the same funcionality as methods in Ruby Enumerable module.

## Built With
- Ruby
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Have `git` installed on your local computer.
- Have `ruby` installed on your local computer.
### Install
- Clone this repository to your local computer. Choose the location you prefer.
### Usage
- Run the command `list_enumerable.rb`.
## Authors
👤 **Muhammad Rizo Abdunazarov**
- GitHub: [@mukhammadrizooff](https://github.com/mukhammadrizooff)
- Twitter: [@Muhammadrizooff](https://twitter.com/Muhammadrizooff)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/mukhammadrizooff/)
👤 **David Lafontant**
- GitHub: [@david-lafontant](https://github.com/david-lafontant)
- Twitter: [@manikatex](https://twitter.com/manikatex)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/david-lafontant/)
## 🤝 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
- Linters: [Microverse](https://github.com/microverseinc/linters-config)
## 📝 License
This project is [MIT](./LICENSE) licensed.