1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Rename old var name with new name

This commit is contained in:
aycabta 2019-10-25 10:07:17 +09:00
parent 09936d1d74
commit 7bcc639c72

View file

@ -136,7 +136,7 @@ class Reline::Windows
else else
case input case input
when 0x00 when 0x00
alt = false meta = false
@@output_buf.push(input) @@output_buf.push(input)
input = getwch input = getwch
@@output_buf.push(*input) @@output_buf.push(*input)