[ruby/irb] Add TODO comment to remove disabling autocomplete later
https://github.com/ruby/irb/commit/856f001b60
This commit is contained in:
parent
864b40176d
commit
5458f23de2
@ -26,6 +26,7 @@ begin
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_launch
|
def test_launch
|
||||||
|
# TODO Remove the disabling autocomplete after new versoin of reline gem is released.
|
||||||
write_irbrc <<~'LINES'
|
write_irbrc <<~'LINES'
|
||||||
puts 'start IRB'
|
puts 'start IRB'
|
||||||
IRB.conf[:USE_AUTOCOMPLETE] = false
|
IRB.conf[:USE_AUTOCOMPLETE] = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user