Closed Sija closed 3 years ago
Updating ameba dependency to the latest version.
Stayin' up to date with ameba linter.
Enumerable#join(separator, &) might be less performant than its optimized version in Indexable#join(separator), but since the only place that's being changed is the non-critical path I'd consider this as a non-issue.
Enumerable#join(separator, &)
Indexable#join(separator)
Description of the Change
Updating ameba dependency to the latest version.
Benefits
Stayin' up to date with ameba linter.
Possible Drawbacks
Enumerable#join(separator, &)
might be less performant than its optimized version inIndexable#join(separator)
, but since the only place that's being changed is the non-critical path I'd consider this as a non-issue.