/ruby-enumerable-methods

This is a custom implementation of ruby enumerable-methods

Primary LanguageRuby

ruby-enumerable-methods

This is the second project in the microverse ruby module that required us to recreate the enumerable methods ruby in cutsom methods. Recreated enumerable methods are listed below

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

Built With

  • Ruby

Getting Started

To get a local copy of the repository please run the following commands on your terminal:

$ cd <folder>
$ git clone https://github.com/sinework/ruby-enumerable-methods.git

ssofoutput

Authors

👤 Abhigyan Mahanta

👤 Sinework Amare Shiferaw

🤝 Contributing

Contributions, issues and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Project originally taken from The Odin Project

Copyright

All rights reserved to Sinework