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

Remove TODO comment

This commit is contained in:
aycabta 2019-12-18 22:57:25 +09:00
parent 616f1357c3
commit 0835a971ef

View file

@ -157,7 +157,7 @@ class Reline::Config
case directive
when 'if'
condition = false
case args # TODO: variables
case args
when 'mode'
when 'term'
when 'version'