glowreeyah / Advanced-Building-Blocks-Enumerables

This is an implementation of my own version of Ruby's enumerable methods

Home Page:https://repl.it/@glowreeyah/Enumerables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advanced-Building-Blocks-Enumerables

This is repository contains a number of basic enumerable methods in Ruby that have been re-created and tested with test cases from the ruby documentation.

Contributors Forks Stargazers Issues



Explore the docs »

Report Bug · Request Feature

Table of Contents

About The Project

The methods i re-created are:

  • .each
  • .each_with_index
  • .select
  • .all?
  • .any?
  • .none?
  • .count
  • .map
  • .inject

Installation

Contributions, issues and feature requests are welcome! Start by:

  • Forking the project
  • Cloning the project to your local machine
  • cd into the project directory
  • Run git checkout -b your-branch-name
  • Make your contributions
  • Push your branch up to your forked repository
  • Open a Pull Request with a detailed description to the development branch of the original project for a review

Built With

This project was built using these technologies.

  • Ruby

Live version

You can see it working here

Author

👤 Glory David

Show your support

Give a ⭐️ if you like this project!

Acknowledgements

  • Ruby Docs
  • The Odin Project

📝 License

The project is licensed under MIT.

About

This is an implementation of my own version of Ruby's enumerable methods

https://repl.it/@glowreeyah/Enumerables

License:MIT License


Languages

Language:Ruby 100.0%