Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle frozen strings #10

Open
jnbt opened this issue Apr 18, 2017 · 0 comments
Open

Handle frozen strings #10

jnbt opened this issue Apr 18, 2017 · 0 comments
Assignees

Comments

@jnbt
Copy link
Owner

jnbt commented Apr 18, 2017

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 jnbt self-assigned this Apr 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant