Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maccrazyman/my-enumerable-ruby


https://github.com/maccrazyman/my-enumerable-ruby

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# MAKE YOUR OWN ENUMERABLE

> this project is built to create the `any?`, `all?`, and `filter` methods in a separate, custom `MyEnumerable` module.

## Getting Started

If you want to use your irb to test this code you need to have Ruby in you operating system to run the irb terminal.
> if you don't have Ruby installed in your machine, you can follow [this link](https://github.com/microverseinc/curriculum-ruby/blob/main/simple-ruby/articles/ruby_installation_instructions.md
) to find instructions for all operating systems.

* To open the `irb` just type `irb` in your terminal.

* Otherwise you can just clone the repo and then run the command `ruby MyList.rb` in the terminal of your IDE to see the results.

## Authors

👤 **Anja**

- GitHub: [@Anjacodes](https://github.com/Anjacodes)
- Twitter: [@Anja_Schmidt7](https://twitter.com/Anja_Schmidt7)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/anja-schmidt7/)

👤 **Leonardo**

- GitHub: [@maccrazyman](https://github.com/MacCrazyman)
- Twitter: [@maccrazyman](https://github.com/MacCrazyman)
- LinkedIn: [LinkedIn](https://github.com/MacCrazyman)

## 🤝 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

- Hat tip to anyone whose code was used
- Inspiration
- etc

## 📝 License

This project is [MIT](./MIT.md) licensed.