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