Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mwismann/my_enumerable


https://github.com/mwismann/my_enumerable

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        


logo

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-)

---

# 📖 My Enumerable

- 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.

## 🛠 Built With

### Tech Stack

---

## 💻 Getting Started

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
```

(back to top)

---

## 👥 Authors

👤 **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/)

(back to top)

---

## 🔭 Future Features

- [ ] Add a #max method.
- [ ] Add a #min method.
- [ ] Add a #sort method.

(back to top)

---

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/mwismann/my_enumerable/issues).

(back to top)

---

## ⭐️ Show your support

Give a ⭐ if you liked this project!

(back to top)

---

## 🙏 Acknowledgments

I thank the Code Reviewers for their advice and time 🏆

(back to top)

---

## 📝 License

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

(back to top)

---