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:
parent
06d52249de
commit
8509532c78
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,6 @@ else
|
||||||
end
|
end
|
||||||
|
|
||||||
def finish_using_lib_reline
|
def finish_using_lib_reline
|
||||||
Reline.test_reset
|
Reline.instance_variable_set(:@core, nil)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue