Skip to content

Handle frozen strings #10

@jnbt

Description

@jnbt

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions