/Enumerable

Primary LanguageRubyMIT LicenseMIT

logo

📗 Table of Contents

📖 Enumerable

Enumerable is a project, built with Ruby, in which we have implemented a subset of the functionality of Enumerable.

🛠 Built With

Tech Stack

Client

Key Features

  • all? method of Enumerable
  • any? method of Enumerable
  • filter method of Enumerable

(back to top)

💻 Getting Started

Prerequisites

In order to run this project you need:

  • Ruby installed and running.
  • You should be able to use IRB.

Setup

Clone this repository to your desired folder:

  git clone https://github.com/AbeeraTahir/Enumerable.git

Install

Install thr project dependencies with:

  bundle install

Usage

To run the project, execute the following command:

  ruby my_list.rb

(back to top)

👥 Authors

👤 Abeera Tahir

👤 Zia Bakhteyari

(back to top)

🔭 Future Features

  • Add more tests cases
  • Add more functions of Enumerable

(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 and want to support me make cooler projects Give this project a Star.

(back to top)

📝 License

This project is MIT licensed.

(back to top)