jnbt / java-properties

Loader and writer for *.properties files
MIT License
42 stars 22 forks source link

Handle frozen strings #10

Open jnbt opened 7 years ago

jnbt commented 7 years ago

This gem currently mutates strings in place at various places. As frozen strings are the way to go in future Ruby version it should support them.

Possible way to achieve this:

  1. Use rubocop, -> use "frozen string literal" magic comment
  2. See failing tests