DanteAlonsoHT / enumerable_methods_ruby

The next ruby file can simulate different types of enumerable methods that we can see inside Ruby, but I created my own functions that can do the same as normal enumerable methods in Ruby.
MIT License
1 stars 0 forks source link

Add all of fuctions inside enumerable_methods_ruby.rb #1

Closed DanteAlonsoHT closed 3 years ago

DanteAlonsoHT commented 3 years ago

For the next project, I've been working on re-creating the enumerable methods using my own style from scratch using Ruby. in this pull request I've been working on the next files:

I've passed the linters successfully.