Enumerables

In this project, I have implemented my own version of Ruby’s enumerable methods.

Stars
7

Enumerables

In this project, I have implemented my own version of Rubys enumerable methods.

Enumerable Methods List:

  • my_each
  • my_each_with_index
  • my_select
  • my_all?
  • my_any?
  • my_none?
  • my_count
  • my_map
  • my_inject
  • multiply_els

Live Code

Built With

  • Ruby
  • VS Code

Author Details

Lamia Sristy

Show your support

Give Star me on GitHub it helps!

License

This project is MIT licensed.

Badges
Extracted from project README
Run on Repl.it
Related Projects