Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
japanese-date-parser: suppress "literal string will be frozen in the …
…future" warning (#219) Before change: ```console $ ruby test/run-test.rb -t JapaneseDateParserTest 2>&1 | grep red-datasets /Users/zzz/src/github.com/red-data-tools/red-datasets/lib/datasets/japanese-date-parser.rb:19: warning: literal string will be frozen in the future ``` After change: ```console $ ruby test/run-test.rb -t JapaneseDateParserTest 2>&1 | grep red-datasets ```
- Loading branch information