[ruby/reline] Ensure compatibility with frozen string literals (https://github.com/ruby/reline/pull/643)
Ref: https://bugs.ruby-lang.org/issues/20205
Ruby is moving forward with enabling frozen string literals in the future.
Reline being part of the ruby-core test suite should work when ruby is ran with --enable-frozen-string-literal.
--enable-frozen-string-literal
https://github.com/ruby/reline/commit/7e2de64cf0
Co-authored-by: Jean Boussier jean.boussier@gmail.com
[ruby/reline] Ensure compatibility with frozen string literals
(https://github.com/ruby/reline/pull/643)
Ref: https://bugs.ruby-lang.org/issues/20205
Ruby is moving forward with enabling frozen string literals
in the future.
Reline being part of the ruby-core test suite should work when
ruby is ran with
--enable-frozen-string-literal.https://github.com/ruby/reline/commit/7e2de64cf0
Co-authored-by: Jean Boussier jean.boussier@gmail.com