ldelbel / My_Enumerbles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby Custom Enumerable Methods

View Code Github Issues GitHub Pull Requests

Content

About   |    Methods   |    Installing   |    Built with   |    Live Demo   |    Author

About

This project is a microverse collaborative project which is part of the requirements of the microverse technical curriculum in the Ruby section. This project consist of different ruby enumerable methods that emulate Ruby's in-built enumerable methods

Methods

The custom methods created are listed below:

  • my_each
  • my_each_with_index
  • my_select
  • my_all?
  • my_any
  • my_none?
  • my_count
  • my_map
  • my_inject
  • πŸ”§ Built with

    • Ruby

    πŸ”΄ Live Demo

    Run on Repl.it

    πŸ”¨ Setup

    • Fork the repo to your remote repository.
    • Clone or download the repository to a local directory on your computer.

    πŸ›  Installing

    • run npm install to install the dependencies for the project.

    βœ’οΈ Author

    πŸ‘€ Elijah Ayandokun

    πŸ‘€ Temesghen Tekeste

    🀝 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!

    πŸ‘ Acknowledgements

    [Ruby enumerable documentation here:] https://ruby-doc.org/core-2.7.1/Enumerable.html

    About


    Languages

    Language:Ruby 100.0%