Skip to content

A custom build of ruby enumerable, built from scratch to prove that there's no magic to it.

License

Notifications You must be signed in to change notification settings

layzrd/ruby-custom-enumerables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RUBY CUSTOM ENUMERABLES

Hireable Run on Repl.it

The Enumerable module that gets mixed into the Array and Hash classes (among others) and provides you with lots of handy iterator methods. To prove that there's no magic to it, custom build of those methods.

This iterators are built using ruby v2.7

Built With

  • Ruby
  • rubocop for linting purpose

Live Demo

Getting Started

Install on Your Own Machine. You can skip the linter setup if you don't want to validate the code against good coding standards.

Set up your machine.

Prerequisites

  • ruby
  • rubocop
  • rspec

Setup

Usage

TO run unit tests

Open your terminal then go to the project directory and execute rspec command For running the program Open your terminal then go to the project directory and run the ruby lib/main.rb file on your terminal.

Authors

👤 Abdulaziz Ali

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

📝 License

This project is MIT licensed.

About

A custom build of ruby enumerable, built from scratch to prove that there's no magic to it.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages