/Enumerables

On this project, I remade some of the enumerable methods from scratch. The aim is for them to work the same as the native ones.

Primary LanguageRubyMIT LicenseMIT

Enumerable Methods

On this project I remade some of the enumerable methods from scratch aiming for them to work the same as the native ones, the methods that I remade were:

.each

.each_with_index

.select

.all?

.any?

.none?

.count

.map

.inject

Built With

  • Ruby

Authors

👤 Leonardo L. da Paz

Acknowledgments

License

This project is MIT licensed.