Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwismann/my_enumerable
https://github.com/mwismann/my_enumerable
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mwismann/my_enumerable
- Owner: mwismann
- License: mit
- Created: 2023-08-24T21:30:05.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-08-24T23:33:13.000Z (over 1 year ago)
- Last Synced: 2024-11-08T20:53:49.802Z (about 2 months ago)
- Language: Ruby
- Size: 13.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
My Enumerable
---
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 My Enumerable ](#-my-enumerable-) - [Learning objectives](#learning-objectives)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)---
- This project is part of the Microverse Ruby curriculum. The goal is to build a custom version of the Enumerable module in Ruby.
---
#### Learning objectives
- Use Ruby syntax for basic programming operations.
- Apply Ruby best practices and language style guides in code.
- Understand how modules work in Ruby.
- Understand how the #all?, #any?, and #filter method works.
- Understand how to create and use blocks in Ruby.
- Understand how to use yield and the each method in Ruby.
---
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Have Ruby installed. If you need to install Ruby, follow the instructions on the [official page](https://www.ruby-lang.org/en/documentation/installation/).
### Setup
Clone this repository to your desired folder:
Example commands:
```bash
cd my-folder
git clone [email protected]:mwismann/my_enumerable.git
```
---
👤 **Arthur Iturres**
- GitHub: [@ITurres](https://github.com/ITurres)
- LinkedIn: [Arthur Emanuel G. Iturres](https://www.linkedin.com/in/arturoemanuelguerraiturres/)
- Angellist / Wellfound: [Arturo (Arthur) Emanuel Guerra Iturres](https://wellfound.com/u/arturo-arthur-emanuel-guerra-iturres)
- Youtube: [Arturo Emanuel Guerra Iturres - Youtube Channel](https://www.youtube.com/channel/UC6GFUFHOtBS9mOuI8EJ6q4g)
👤 **Mathias Wismann**
- GitHub: [@mwismann](https://github.com/mwismann)
- Twitter: [@mathias_wismann](https://twitter.com/mathias_wismann)
- LinkedIn: [Mathias Wismann](https://www.linkedin.com/in/mathias-wismann/)
---
- [ ] Add a #max method.
- [ ] Add a #min method.
- [ ] Add a #sort method.
---
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/mwismann/my_enumerable/issues).
---
Give a ⭐ if you liked this project!
---
I thank the Code Reviewers for their advice and time 🏆
---
This project is [MIT](./LICENSE) licensed.
---