Skip to content

Takhmina175/Building_Blocks-Enumerables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages