зеркало из https://github.com/github/ruby.git
Suppress numbered parameter warnings
This commit is contained in:
Родитель
095cdca15b
Коммит
e50b8949fa
|
@ -82,7 +82,7 @@ combining_class = {} # constant to allow use in Integer#to_UTF8
|
||||||
|
|
||||||
# read the file 'UnicodeData.txt'
|
# read the file 'UnicodeData.txt'
|
||||||
vpath.foreach("#{InputDataDir}/UnicodeData.txt") do |line|
|
vpath.foreach("#{InputDataDir}/UnicodeData.txt") do |line|
|
||||||
codepoint, name, _2, char_class, _4, decomposition, *_rest = line.split(";")
|
codepoint, name, _2_, char_class, _4_, decomposition, *_rest = line.split(";")
|
||||||
|
|
||||||
case decomposition
|
case decomposition
|
||||||
when /^[0-9A-F]/
|
when /^[0-9A-F]/
|
||||||
|
|
Загрузка…
Ссылка в новой задаче