Skip to content

An Enumerable is a mixin that provides a collection of classes with several traversal and searching methods, and with the ability to sort. This Enumerable implements the following methods: #all?, #any? & #filter

License

Notifications You must be signed in to change notification settings

Lembani/enumerable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enumerable

An Enumerable is a mixin that provides a collection of classes with several traversal and searching methods, and with the ability to sort. This Enumerable implements the following methods: #all?, #any? & #filter.

Built With

  • Ruby

Prerequisites

To get started you can do the following:

  • Make sure Ruby is installed on your system

  • To chech if installed run:

$ ruby --version
  • Terminal or CMD

Setup

Cloning ⬇️ To clone the project:

$ git clone https://github.com/Lembani/enumerable.git
$ cd enumerable

Build ⬇️ To run the project:

Use the following command:

$ irb 
> Run the code in the command line interface.

Linters

Rubocop

$ rubocop

Author(s)

👤 Lembani Sakala

👤 Onomeh Onwuanibe

🤝 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

  • Hat tip to anyone whose code was used

📝 License

This project is MIT licensed.

About

An Enumerable is a mixin that provides a collection of classes with several traversal and searching methods, and with the ability to sort. This Enumerable implements the following methods: #all?, #any? & #filter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages