Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gisachris/enumerables

this is a repository to learn usage and functionality of an enumerable in ruby
https://github.com/gisachris/enumerables

Last synced: 1 day ago
JSON representation

this is a repository to learn usage and functionality of an enumerable in ruby

Awesome Lists containing this project

README

        




Enumerables

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Enumerables ](#-Enumerables-)
- [🛠 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-)
- [📝 License ](#-license-)

# 📖 Enumerables

**Enumerables** This is a repository to learn usage and functionality of an enumerable in ruby.

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **Utilises built-in ruby enumerable methods**

(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 the following:

- **A Working computer**

- **Internet connection**

- **Make sure you have Ruby installed on your system**

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/gisachris/Enumerables.git
```

### Install

```sh
cd Enumerables
bundle install
```

### Usage

```sh
Run IRB
Require the necessary files:
require_relative 'enumerable'
require_relative 'list'
require_relative 'main'
```

### Run tests

```sh
bin/rails test test/models/article_test.rb
```

(back to top)

## 👥 Authors

👤 **Falako Omotoyosi**

- GitHub: [@toyman640](https://github.com/toyman640)
- Twitter: [@\_toyman](https://twitter.com/_toyman)
- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle)

👤 **Gisa Chris**

- GitHub: [@gisaChris](https://github.com/gisachris)
- Twitter: [@gisaDev](https://twitter.com/_GisaChris)
- LinkedIn: [Gisa Chris](https://www.linkedin.com/in/gisa-chris/)

(back to top)

## 🔭 Future Features

N/A

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Mar12358/ruby-morse-decoder/issues).

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse!

(back to top)

## 📝 License

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

(back to top)