Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Running the test suite with RUBYOPT="--enable-frozen-string-literal" simulates Ruby's future behavior having frozen string on by default. This fixed the error that happens with this option enabled by marking two strings which are mutated as mutable with the + operator.
- Loading branch information