mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 13:34:17 +02:00
[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
6649bda31c
This commit is contained in:
parent
95efdef3b2
commit
c58561b5e3
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
class Reline::Unicode::EastAsianWidth
|
class Reline::Unicode::EastAsianWidth
|
||||||
# This is based on EastAsianWidth.txt
|
# This is based on EastAsianWidth.txt
|
||||||
# EastAsianWidth.txt
|
|
||||||
# UNICODE_VERSION = '15.0.0'
|
# UNICODE_VERSION = '15.0.0'
|
||||||
|
|
||||||
# Fullwidth
|
# Fullwidth
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue