- First, find the list of available methods in the METHODS folder and lookup the desired one on the Official Ruby Documentation
- Methods must be tested against the cases provided in the documentation. Custom tests are also allowed.
- You can also add new methods to the list and work on it (if you so desire)
- You can also test against differerent versions of Ruby using REPL.it
- Fork this repo.
- The default branch is dev. Don't Mess with the Master!
- Create a feature branch with the name of the Method you're working on.
- Squash all your commits into one before making a PR.
- Make all PRs to dev.