Skip to content

Commit 6649bda

Browse files
authored
Remove ARGV.first in east_asian_width.rb (#587)
`ARGV.first` is the name of the EastAsianWidth file and is not needed for east_asian_width.rb
1 parent 6d94f2a commit 6649bda

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

bin/generate_east_asian_width

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ open(ARGV.first, 'rt') do |f|
5050
puts <<EOH
5151
class Reline::Unicode::EastAsianWidth
5252
# This is based on EastAsianWidth.txt
53-
# #{ARGV.first}
5453
# UNICODE_VERSION = #{unicode_version ? "'#{unicode_version}'" : 'nil'}
5554
5655
EOH

lib/reline/unicode/east_asian_width.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
class Reline::Unicode::EastAsianWidth
22
# This is based on EastAsianWidth.txt
3-
# EastAsianWidth.txt
43
# UNICODE_VERSION = '15.0.0'
54

65
# Fullwidth

0 commit comments

Comments
 (0)