10000 GitHub - luis-novoa/enumerable_ruby: In this project, I recreate several methods of the "Enumerable" package for Ruby.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

In this project, I recreate several methods of the "Enumerable" package for Ruby.

License

Notifications You must be signed in to change notification settings

luis-novoa/enumerable_ruby

Repository files navigation

Enumerable-Ruby

In this project, I recreate several methods of the "Enumerable" package for Ruby. Check out the main file! This is a project proposed by The Odin Project and is part of the Microverse curriculum.

Getting a Copy and Contributing

This project is open for anyone who wants to clone it and create their version. If you just want the files and don't want to make further changes, follow the steps below to get a copy in your computer:

1 - Install git in your machine. Follow this guide by The Odin Project if you haven't done so.

2 - On this repository, click on the "Clone or download" button and copy the URL address provided. Clone or Download button expanded

3 - Open your terminal, select the folder where you want to store this project and paste the following code

git clone <copiedUrl>

Terminal with the required code

Now you have the project files in your computer, but you'll not be able to save any changes on github since you're not the owner or a collaborator of this project. If you want to that, you can fork this project clicking the "Fork" button in the repository's page, which will create a repository named "/headphones-shop". Follow the aforementioned instructions to download it to your computer. Fork button highlight

Now you can edit the project as you please and save your changes on your forked repository on github following the git flow. If you're not familiarized with this concept, follow this guide about the Git Basics developed by The Odin Project.

If you have contributions to make, send me a message telling me about your ideas. If we agree on a change, you can code your modifications in your forked repository and create a pull request following these steps:

1 - Click on the "New pull request" button on your forked repository. New pull request button highlight

2 - You'll be redirected to the page below, where the red square shows the repository and the branch you want the changes implemented, and the blue one shows the repository and the branch from where the changes will come from. Give a title and a description for your pull request, and click on "Create pull request". New pull request page

3 - I will analyze your proposal and if we agree, I will merge your pull request.

Techniques and programs used

  • Github for saving the project.
  • VSCode to edit the code.
  • Stickler CI to ensure a standard on code style and as additional check for errors.

Author

👤 Luis Novoa

🤝 Contributing

Contributions and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

In this project, I recreate several methods of the "Enumerable" package for Ruby.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0