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

[ruby/irb] Add TODO comment to remove disabling autocomplete later

https://github.com/ruby/irb/commit/856f001b60
This commit is contained in:
aycabta 2021-09-03 02:50:59 +09:00 committed by git
parent 864b40176d
commit 5458f23de2

View file

@ -26,6 +26,7 @@ begin
end
def test_launch
# TODO Remove the disabling autocomplete after new versoin of reline gem is released.
write_irbrc <<~'LINES'
puts 'start IRB'
IRB.conf[:USE_AUTOCOMPLETE] = false