diff options
author | ima1zumi <[email protected]> | 2023-08-30 02:50:06 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-08-29 17:55:02 +0000 |
commit | c58561b5e3f597867a6e62f451a77ea27a6b9150 (patch) | |
tree | b0c62bf40373367906fd63683ae2d318d6fac563 | |
parent | 95efdef3b29bcf903bc3e11bed942bedf3ef95bb (diff) |
[ruby/reline] Remove `ARGV.first` in east_asian_width.rb
(https://github.com/ruby/reline/pull/587)
`ARGV.first` is the name of the EastAsianWidth file and is not needed for east_asian_width.rb
https://github.com/ruby/reline/commit/6649bda31c
-rw-r--r-- | lib/reline/unicode/east_asian_width.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/reline/unicode/east_asian_width.rb b/lib/reline/unicode/east_asian_width.rb index ce7f7f2645..c1c941f799 100644 --- a/lib/reline/unicode/east_asian_width.rb +++ b/lib/reline/unicode/east_asian_width.rb @@ -1,6 +1,5 @@ class Reline::Unicode::EastAsianWidth # This is based on EastAsianWidth.txt - # EastAsianWidth.txt # UNICODE_VERSION = '15.0.0' # Fullwidth |