Last analyzed 2020342 4 months ago
Default analysis branch is
Currently analyzing run
while/until detected in begin block RB-LI1033
Bug risk
4 months ago4 months old
Use Kernel#loop with break rather than begin/end/until(or while).
 5
 6begin
 7  do_something
 8end while some_condition 9
10b = [1, 2, 3, 4, 5]
11puts b