TamaraDimov / Enumerable

In this project you will learn how to use a module inside your class. For this you will create a class MyList and a module MyEnumerable. Your module MyEnumerable will implement a subset of the functionality of Enumerable.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enumerable

πŸ“— Table of Contents

πŸ“– Enumerable

Enumerable is a project where we will learn how to use a module inside your class.

πŸ›  Built With

Tech Stack

Ruby

Key Features

  • RUBY methods -add? -any? -filter?

(back to top)

πŸ’» Getting Started

Setup

Clone this repository to your desired folder:

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

Install

Install this project with:

cd Enumerable

bundle install

Usage

To run the project, execute the following command in your Terminal:

ruby index.rb

(back to top)

πŸ‘₯ Authors

πŸ‘€ Tamara Dimov

πŸ‘€ Shalini Nayan

(back to top)

πŸ”­ Future Features

  • We will be adding finding max and min values in the list

(back to top)

(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 ⭐️ it

(back to top)

❓ FAQ

  • Can you include more methods in this project? Answer : We will think about your great suggestion, thank you.

πŸ“ License

This project is MIT licensed.

(back to top)

````

About

In this project you will learn how to use a module inside your class. For this you will create a class MyList and a module MyEnumerable. Your module MyEnumerable will implement a subset of the functionality of Enumerable.

License:MIT License


Languages

Language:Ruby 100.0%