зеркало из https://github.com/github/ruby.git
Remove an unnecessary variable
This commit is contained in:
Родитель
82525fcce1
Коммит
8b20829396
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче