Skip to content

epinczinger/ruby_enumerables

Repository files navigation

Ruby Enumerables

The goal of this project is to add new methods to the existing Enumerable module, a method that is identical to the next ones, but (obviously) does not use the original ones.

Create #my_each Create #my_each_with_index Create #my_select Create #my_all? Create #my_any? Create #my_none? Create #my_count Create #my_map Create #my_inject

Run Debugger

rdebug-ide enumerables.rb

Built With

  • Ruby
  • Rubocop
  • Test-RSpec

Authors

👤 Daniel Sokil

👤 Esteban Pinczinger

Getting Started

To get a local copy up and running follow these simple example steps.

  1. Open the terminal comand line window
  2. git clone https://github.com/epinczinger/ruby_enumerables.git
  3. Execute ruby enumerables.rb
  4. Enjoy!

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the Issue page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project has not been licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages