Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1.49 KB

File metadata and controls

60 lines (38 loc) · 1.49 KB

Enumerable Module Implementation

This is a re-implementation of the Enumerable module created for learning purposes.

This module implements:

  • #my_each
  • #my_eacn_with_index
  • #my_select
  • #my_all
  • #my_any
  • #my_none
  • #my_count
  • #my_map
  • #my_inject

Built With

Getting Started

  • Get the repository by either cloning it or downloading it as a zip file
  • Use irb to require './enumerable_blocks.rb' from the Building_Blocks-Enumerables directory or require it from another Ruby script.

Authors

Josias Alvarado

Takhmina Makhkamova

Contributing

Contributions and issues are welcome!

Show your support

Give a ⭐️ if you like this project!

License

This project is MIT licensed.

Acknowledgements