Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maccrazyman/my-enumerable-ruby
https://github.com/maccrazyman/my-enumerable-ruby
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/maccrazyman/my-enumerable-ruby
- Owner: MacCrazyman
- Created: 2022-02-24T17:22:41.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-02-25T00:04:58.000Z (almost 3 years ago)
- Last Synced: 2023-03-11T17:37:13.162Z (almost 2 years ago)
- Language: Ruby
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.