json-stream
json-stream copied to clipboard
Use mutable strings as buffers
Fixes dgraham/json-stream#9
~/git/json-stream (fix-9 %=)$ RUBYOPT="--enable=frozen-string-literal" bin/rake test
Run options: --seed 54361
# Running:
......................................................................................................................................................
Finished in 0.016708s, 8977.5977 runs/s, 15621.0199 assertions/s.
150 runs, 261 assertions, 0 failures, 0 errors, 0 skips
Is this something that could get merged? Just making sure this library stays ahead of the frozen string literal changes.