Open Issues Need Help
View All on GitHub `joined(max:)` is needed 2 months ago
AI Summary: Implement a new option `max:` for the Ruby gem `joined` that limits the number of elements displayed. If the array's length exceeds `max`, append ', etc.' to the output string. This requires modifying the existing `joined` method to handle this new parameter and adjust the string concatenation logic accordingly.
Complexity:
3/5
enhancement help wanted good first issue
Ruby gem to join strings together with an AND before the last one
Ruby
#join-strings#oxford-comma#ruby#ruby-gem