Remove an unnecessary variable

This commit is contained in:
aycabta 2019-11-26 19:07:29 +09:00
Родитель 82525fcce1
Коммит 8b20829396
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -118,8 +118,7 @@ module IRB
# See IO#gets for more information.
def gets
print @prompt
l = @io.gets
l
@io.gets
end
# The external encoding for standard input.