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

https://github.com/carreraprogrammer/ruby_ennumerable

In this repository, I created an Enumerable mixin that provides collection classes with several traversal and searching methods, and with the ability to sort. The class must provide a method each, which yields successive members of the collection.
https://github.com/carreraprogrammer/ruby_ennumerable

Last synced: about 2 months ago
JSON representation

In this repository, I created an Enumerable mixin that provides collection classes with several traversal and searching methods, and with the ability to sort. The class must provide a method each, which yields successive members of the collection.

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Paws and Claws Clinic ](#-paws-and-claws-clinic-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)

# 📖 [MY RUBY ENNUMERABLE]

**[MY RUBY ENNUMERABLE]** in this repository, I created an Enumerable mixin that provides collection classes with several traversal and searching methods, and with the ability to sort.

## 🛠 Built With

### Tech Stack

Programing language

### Key Features

- **Methos**: MyEnumerable implements the following methods #all?#any? #filter (they should have the same funcionality as methods in Enumerable):

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

- Ruby installed on your machine. You can download it from the [official website](https://www.ruby-lang.org/es/downloads/).

### Setup

Clone this repository to your desired folder:

```sh
cd your-folder
git clone https://github.comc/carreraprogrammer/ruby_ennumerable.git
```

### Install

Navigate into your project directory

```sh
cd ./my_ennummerable.rb
```

### Usage

Use ruby to interact with the program

```sh
ruby my_ennumerable.rb
```

### Run tests

To run tests, run the following command (functionality will be added in the future):

```sh
rubocop
```

(back to top)

## 👥 Authors

👤 **Daniel Carrera**

- GitHub: [@carreraprogrammer](https://github.com/carreraprogrammer )
- Twitter: [@carreraprog](https://twitter.com/carreraprog)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/daniel-carrera-85a917244/)

(back to top)

## 🔭 Future Features

- [x] Create a class MyList that has an instance variable @list.

- [x] In MyList implement a method #each that yields successive members of @list and uses the MyEnumerable module.

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project please give a star.

(back to top)

## 🙏 Acknowledgments

I wants to thank to my academy and my coding partners that always push me to be my best version

(back to top)

## 📝 License

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

(back to top)