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:
parent
864b40176d
commit
5458f23de2
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue