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