Correct, it will continue to loop until broken by something like
“break”, “exit”, “raise”, etc.
Personally I prefer an explicit “loop” rather than “while true” since
the intention is clearer. Clarity is helpful when debugging code.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.