Skip to content

Latest commit

 

History

History
71 lines (41 loc) · 1.59 KB

README.md

File metadata and controls

71 lines (41 loc) · 1.59 KB

Basic Enumerable Methods

About the Project

This project consists of an implementation of my own version of following Ruby’s enumerable methods:

  • Each;
  • Each with index;
  • Select;
  • All?;
  • Any?;
  • None?;
  • Count;
  • Map;
  • Inject.

If you have any questions about one of the methods above, consider checking the notes file.

Live Demo

This is a live demo with all methods in this project.

Built With

  • Ruby
  • Visual Studio, Git & GitHub

Getting Started

Prerequisites

To run this project, you need a computer with Ruby installed.

If you are uncertain on how to install Ruby, check out this tutorial made by The Odin Project.

Setup

1- Clone the repository:

https://github.com/VanessaAoki/Enumerable-Methods.git

2 - Execute the file by using $ ruby enumerables.rb on the terminal.

Author

👩🏼‍💻 Vanessa Aoki

🤝 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!

📝 License

This project is MIT licensed.