/My-Enumerable

My-Enumerable is a Project written in Ruby. Its primary goal is to check the methods of all any and filter. Description: Create your own Enumerable is a project to create a class MyList and a module MyEnumerable. Our module MyEnumerable will implement a subset of the functionality of Enumerable.

Primary LanguageRubyMIT LicenseMIT

My Enumerable

📗 Table of Contents

📖 My-Enumerable My-Enumerable Ruby

My-Enumerable is a Project written in Ruby. Its primary goal is to check the methods of all any and filter.

Description:

Create your own Enumerable is a project to create a class MyList and a module MyEnumerable. Our module MyEnumerable will implement a subset of the functionality of Enumerable.

🛠 Built With

Tech Stack

Backend

Key Features

  • Simulation of #all? method
  • Simulation of #any? method
  • Simulation of #filter method

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

Install Ruby

Setup

  cd my-folder
  git clone https://github.com/Mike111222/My_Enumerable.git

Install

This project does not require additional dependencies, just Ruby interpreter. However, it uses RuboCop as a linter and you should set it up as well.

gem install

Usage

To run the project, navigate to the project directory and execute the following command:

  ruby My_Enumerable.rb

Run tests

To run tests, run the following command:

Run the following command

rubocop

Deployment

You can deploy this project using:

Not available at the moment.

(back to top)

👥 Authors

👤 Muhammad Amran Khan (Mike)

(back to top)

🔭 Future Features

  • We will add more features later in the future.

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

📝 License

This project is MIT licensed.

(back to top)