We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6723879 commit 7f4212bCopy full SHA for 7f4212b
lib/datasets/postal-code-japan.rb
@@ -41,7 +41,7 @@ def initialize(reading: :lowercase)
41
super()
42
@reading = reading
43
unless VALID_READINGS.include?(@reading)
44
- message = ":reading must be one of ["
+ message = +":reading must be one of ["
45
message << VALID_READINGS.collect(&:inspect).join(", ")
46
message << "]: #{@reading.inspect}"
47
raise ArgumentError, message
0 commit comments