Ruby gem to join strings together with an AND before the last one

join-strings oxford-comma ruby ruby-gem
1 Open Issue Need Help Last updated: Jul 4, 2025

Open Issues Need Help

View All on GitHub

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