GabrielJSuarez / Enumerable_Methods

Recreating Ruby Enumerable methods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enumerable Methods

Methods built:

  • my_each
  • my_each_with_index
  • my_select
  • my_all?
  • my_any?
  • my_none?
  • my_count
  • my_map_block
  • my_map_proc
  • my_inject

Built With

  • Ruby

Repl

live view

Getting Started

You should have Ruby installed to run this.

Authors

👤 Gabriel Suárez

👤 karmaester

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

Recreating Ruby Enumerable methods


Languages

Language:Ruby 100.0%