TheOdinProject / ruby-exercises

MIT License
219 stars 1.06k forks source link

./ruby_basics/8_methods: Fix default value on pet pun exercise #73

Closed Uaitt closed 2 years ago

Uaitt commented 2 years ago

The argument passed to the method was singular (rabbit), while the output was expected to be plural (rabbits).

Complete the following REQUIRED checkboxes:

Complete the following checkboxes ONLY IF they are applicable to your PR. You can complete them later if they are not currently applicable:


1. Because:

Closes #XXXXX

2. This PR:

3. Additional Information: