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