Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prefer each.with_index and each.with_object
These methods encourage learning about other enumerable possibilities (map.with_index, etc.). Set no preference for other methods (collect, inject, etc.), so this doesn’t have the side effect of enabling preferences for those.
- Loading branch information