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

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.

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.