Skip to content

You learned about the Enumerable module that gets mixed into the Array and Hash classes (among others) and provides you with lots of handy iterator methods. To prove that there's no magic to it, you're going to rebuild those methods.

License

Notifications You must be signed in to change notification settings

vichuge/ruby_enumerables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ruby_enumerables

You learned about the Enumerable module that gets mixed into the Array and Hash classes (among others) and provides you with lots of handy iterator methods. To prove that there's no magic to it, you're going to rebuild those methods.

This project was build with ruby 2.6.6p146 (2020-03-31 revision 67876) [x86_64-linux]

Built With

  • Ruby

Set up locally

  • Clone the repository.
  • Open Vscode and run the index file in the terminal with the command [ruby index.rb].
  • feel free to change the values in the array to check the functionality.

Authors

👤 Victor Pacheco

👤 Miguel Ricaño

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give an ⭐️ if you like this project!

📝 License

This project is MIT licensed, thanks.

About

You learned about the Enumerable module that gets mixed into the Array and Hash classes (among others) and provides you with lots of handy iterator methods. To prove that there's no magic to it, you're going to rebuild those methods.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages