Remove an unnecessary variable

This commit is contained in:
aycabta 2019-11-26 19:07:29 +09:00
parent 82525fcce1
commit 8b20829396

View File

@ -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.