Remove an unnecessary variable
This commit is contained in:
parent
82525fcce1
commit
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user