Skip to content

Creates new methods onto the existing Ruby Enumerable module.

License

Notifications You must be signed in to change notification settings

anapdh/enumerable-methods

Repository files navigation

Basic Enumerable Methods

About the Project

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

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

Built With

  • Ruby
  • Visual Studio, Git & GitHub

Getting Started

Prerequisites

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

Running the project

Clone the repository in your local machine and execute the file folder on the terminal using ruby.

Running the file

Execute the file using ruby enumerables.rb on the terminal.

Testing methods

Screenshot of testing

For testing please escute the next steps:

  • Execute the following code on the terminal to get the Gems needed:
bundle install
  • Run the test with the following command:
rspec

Authors

👩🏼‍💻 Ana Paula Hübner

👨‍💻 Elbert Corniell

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

About

Creates new methods onto the existing Ruby Enumerable module.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages