java-properties icon indicating copy to clipboard operation
java-properties copied to clipboard

Handle frozen strings

Open jnbt opened this issue 8 years ago • 0 comments

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

jnbt avatar Apr 18 '17 09:04 jnbt