Commit 984f82f
committed
Fix frozen string literal mutation
There's a warning
```shell
ruby_lex.rb:987: warning: literal string will be frozen in the future (run with --debug-frozen-string-literal for more information
```
which will lead to an error when frozen strings literals (MRI 3.5?) will be frozen by default.1 parent 5b93b3a commit 984f82f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
978 | 978 | | |
979 | 979 | | |
980 | 980 | | |
981 | | - | |
| 981 | + | |
982 | 982 | | |
983 | 983 | | |
984 | 984 | | |
| |||
0 commit comments