Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a warning for frozen string literal
Just fixing following warning: ``` ❯ RUBYOPT=-w bundle exec rake test /ydah/racc/Rakefile:80: warning: literal string will be frozen in the future (run with --debug-frozen-string-literal for more information) ```
- Loading branch information