ppmarq1 / My_Enumerable

In this project we learned how to use a module inside our class. For this we created a class MyList and a module MyEnumerable. Module MyEnumerable will implement a subset of the functionality of Enumerable.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My_Enumerable

In this project we learned how to use a module inside our class. For this we created a class MyList and a module MyEnumerable. Module MyEnumerable will implement a subset of the functionality of Enumerable.

Built With

  • Programming Language: Ruby

  • Linter: Rubocop

  • VS Code

  • Ruby

Getting Started

  • To get a local copy up and running follow these simple example steps.

Prerequisites

  • A web browser like Google Chrome.
  • A code editor like Visual Studio Code with Git and Ruby.

You can check if Git is installed by running the following command in the terminal.

$ git --version

Likewise for Ruby installation.

$ ruby --version && irb

Setup

Clone the repository using the GitHub link provided below.

Install

In the terminal, go to your file directory and run this command.

$ git clone https://github.com/ppmarq1/My_Enumerable.git

Authors

πŸ‘€ Pedro Marques

πŸ‘€ Emmanuel Moombe

🀝 Contributing

Contributions, issues, and feature requests are welcome!!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

πŸ“ License

This project is MIT licensed.

About

In this project we learned how to use a module inside our class. For this we created a class MyList and a module MyEnumerable. Module MyEnumerable will implement a subset of the functionality of Enumerable.

License:MIT License


Languages

Language:Ruby 100.0%