You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the "can't modify frozen String" error when I use the --enable-frozen-string-literal Ruby option.
It is because that Module#attr_setter method does not support frozen-string-literal.
You can see the same error by running commands below
I got the "can't modify frozen String" error when I use the
--enable-frozen-string-literal
Ruby option.It is because that
Module#attr_setter
method does not support frozen-string-literal.You can see the same error by running commands below
Then, you will see the error message below
The text was updated successfully, but these errors were encountered: