зеркало из https://github.com/github/ruby.git
Fixed the key to delete [Bug #16250]
f94202fcc2 (commitcomment-35505076)
Co-Authored-By: Ary Borenszweig <asterite@gmail.com>
This commit is contained in:
Родитель
81176095f4
Коммит
c01df7e58f
|
@ -141,7 +141,7 @@ module IRB # :nodoc:
|
|||
seen[obj] = true
|
||||
block.call
|
||||
ensure
|
||||
seen.delete(obj.object_id)
|
||||
seen.delete(obj)
|
||||
end
|
||||
|
||||
# Ripper::Lexer::Elem#state is supported on Ruby 2.5+
|
||||
|
|
Загрузка…
Ссылка в новой задаче