https://github.com/gabyse1/enumerable
This program implements the all?, any?, and filter methods that have the same funcionality as methods in Ruby Enumerable module.
https://github.com/gabyse1/enumerable
ruby
Last synced: about 1 year ago
JSON representation
This program implements the all?, any?, and filter methods that have the same funcionality as methods in Ruby Enumerable module.
- Host: GitHub
- URL: https://github.com/gabyse1/enumerable
- Owner: gabyse1
- License: mit
- Created: 2022-04-07T20:32:21.000Z (about 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-04-08T02:31:53.000Z (about 4 years ago)
- Last Synced: 2025-02-15T19:37:24.823Z (over 1 year ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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 `ruby MyList.rb`.
## Authors
👤 **Gabriela Sánchez Espirilla**
- GitHub: [@gabyse1](https://github.com/gabyse1)
- LinkedIn: [gabyse](https://www.linkedin.com/in/gabyse/)
- Twitter: [@gabyse0](https://twitter.com/gabyse0)
👤 **José Herrera Conislla**
- GitHub: [@joseheco](https://github.com/joseheco)
- Twitter: [@JoseHeco](https://twitter.com/joseheco)
- LinkedIn: [JoseHeco](https://linkedin.com/in/joseherreraco)
## 🤝 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.