Skip to content

Commit

Permalink
Remove ARGV.first in east_asian_width.rb (#587)
Browse files Browse the repository at this point in the history
`ARGV.first` is the name of the EastAsianWidth file and is not needed for east_asian_width.rb
  • Loading branch information
ima1zumi authored Aug 29, 2023
1 parent 6d94f2a commit 6649bda
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion bin/generate_east_asian_width
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ open(ARGV.first, 'rt') do |f|
puts <<EOH
class Reline::Unicode::EastAsianWidth
# This is based on EastAsianWidth.txt
# #{ARGV.first}
# UNICODE_VERSION = #{unicode_version ? "'#{unicode_version}'" : 'nil'}
EOH
Expand Down
1 change: 0 additions & 1 deletion lib/reline/unicode/east_asian_width.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
class Reline::Unicode::EastAsianWidth
# This is based on EastAsianWidth.txt
# EastAsianWidth.txt
# UNICODE_VERSION = '15.0.0'

# Fullwidth
Expand Down

0 comments on commit 6649bda

Please sign in to comment.