mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-21 10:20:05 +00:00
replace while true by Kernel.loop
This commit is contained in:
parent
c1baf3e1d4
commit
b32846ea5e
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ class Cli
|
||||||
exit
|
exit
|
||||||
end
|
end
|
||||||
|
|
||||||
while true
|
Kernel.loop do
|
||||||
choice = ask(I18n.t('form.clipboard.choice')).to_s
|
choice = ask(I18n.t('form.clipboard.choice')).to_s
|
||||||
|
|
||||||
case choice
|
case choice
|
||||||
|
|
Loading…
Add table
Reference in a new issue