Cope with frozen-string-literal
When running irb 1.2.1 (2019-12-24) with frozen-string-literal enabled, it crashes in reline with can't modify frozen String (FrozenError)
can't modify frozen String (FrozenError)
Steps to reproduce:
RUBYOPT="--enable-frozen-string-literal" irb
Cope with frozen-string-literal
When running irb 1.2.1 (2019-12-24) with frozen-string-literal enabled, it crashes in reline with
can't modify frozen String (FrozenError)
Steps to reproduce:
RUBYOPT="--enable-frozen-string-literal" irb