/Enumerable

Project use module inside a class and implement a subset of the functionality of Enumerable like "all", "any" and "filter".

Primary LanguageRubyMIT LicenseMIT

Getting Started

This repository includes files of Ruby code:

  • Use my_enumarable.rb it contains a module with 3 methods to itarete an array.
  • Use MyList.yml it contains the MyList class with a 2 method, one for iterate it self and print its own values and another one to add new values to the @list.
  • Use main.rb it contains the codes to run and test the class MyList with the my_enumerable methods

📗 Table of Contents

📖 [Enumerable]

[Enumerable] use an incoming array to test diferents method from an external module.

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • [ Project build on Ruby]
  • [ Linters for good sintaxis running properly]
  • [ Morse code translator]

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

  • PostgreSQL: you can download it from here.
  • Code editor
  • Git: to clone the repo you need to have Git in your machine, here you can see the installation process.

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/Zven94/Enumerable

Install

This project don't need any speciall installation

Usage

To run the project, you need to clone the repo and when you are in, open the terminal and run the decoder.rb file:

    git clone https://github.com/Zven94/Enumerable.git
   ruby main.rb

Run tests

To see the whole information in the table run the following command and also copy and pase each query on the queries.sql file to see the differents outpouts:

  ruby main.rb

Deployment

This project can't be deployed for any who aren't the owner.

(back to top)

👥 Authors

👤 Nico

👤 Alex

👤 Andy

(back to top)

🔭 Future Features

  • COMING SOON...

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project...

(back to top)

🙏 Acknowledgments

I would like to thank to Microverse Student Success.

(back to top)

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)