1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix finish_using_lib_reline

This commit is contained in:
aycabta 2021-06-21 23:13:04 +09:00
parent 06d52249de
commit 8509532c78

View file

@ -23,6 +23,6 @@ else
end
def finish_using_lib_reline
Reline.test_reset
Reline.instance_variable_set(:@core, nil)
end
end