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:
parent
c1baf3e1d4
commit
b32846ea5e
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ class Cli
|
|||
exit
|
||||
end
|
||||
|
||||
while true
|
||||
Kernel.loop do
|
||||
choice = ask(I18n.t('form.clipboard.choice')).to_s
|
||||
|
||||
case choice
|
||||
|
|
Loading…
Add table
Reference in a new issue