/enumerable_methods_testing

testing the enumerable methods

Primary LanguageRubyMIT LicenseMIT

Ruby's enumerable methods

This is a project made with ruby to create a series of customized methods, the custom methods included are:

  • #my_each
  • #my_each_with_index
  • #my_select
  • #my_all?
  • #my_any?
  • #my_none?
  • #my_count
  • #my_map
  • #my_inject
  • #multiply_els

Built With

  • Ruby

Getting Started

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

Prerequisites

  1. VSCode

  2. Terminal (Bash)

  3. Linter tests

  4. Git

  5. Ruby

Setup

Setup by following the installation instructions below :

  • Open your terminal and locate on the folder you want to clone the repository.

Install

Run the following command into your terminal:

git clone git@github.com:Amalcxc/enumerable_methods_testing.git

Usage

Run the following command into your terminal:

ruby enumerable.rb

How to test

  1. Open your terminal
  2. To install Rspec, run the following command into your terminal:
    gem install rspec
  3. Go to your local project repository with the cd command.
  4. To run the test examples, run the following command into your terminal:
    rspec

Authors

👤 Carlos Osorio

👤 Amal Hersi

🤝 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

  • Thanks to Microverse and their supportive community.
  • Thanks to everyone commiting in this project.

📝 License

This project is MIT licensed.