Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `.compact` method is used to remove nil elements from an array. However, in this context, it is unnecessary because the `.map` operation is already creating an array of strings, and there's no `nil` values that could be removed
- Loading branch information