📖 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.
Backend
- Simulation of #all? method
- Simulation of #any? method
- Simulation of #filter method
To get a local copy up and running, follow these steps.
In order to run this project you need:
cd my-folder
git clone https://github.com/Mike111222/My_Enumerable.git
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
To run the project, navigate to the project directory and execute the following command:
ruby My_Enumerable.rb
To run tests, run the following command:
Run the following command
rubocop
You can deploy this project using:
Not available at the moment.
👤 Muhammad Amran Khan (Mike)
- GitHub: @Mike111222
- Twitter: @iMike111222
- LinkedIn: @iMikeKhan
- We will add more features later in the future.
Contributions, issues, and feature requests are welcome!
This project is MIT licensed.