Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`Style/RedundantInterpolationUnfreeze`. In Ruby >= 3.0, interpolated strings are already unfrozen. ``` Comparison: "test #{1}": 8929208.6 i/s +"test #{1}": 7853049.9 i/s - 1.14x (± 0.00) slower ```
- Loading branch information