1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2025-02-20 01:50:04 +00:00

replace while true by Kernel.loop

This commit is contained in:
Adrien Waksberg 2017-03-29 22:12:11 +02:00 committed by Adrien Waksberg
parent c1baf3e1d4
commit b32846ea5e

View file

@ -253,7 +253,7 @@ class Cli
exit
end
while true
Kernel.loop do
choice = ask(I18n.t('form.clipboard.choice')).to_s
case choice