faraaz-deepsource / dev-checks

while/until detected in begin block RB-LI1033
Bug risk
Major
1 occurrence in this check
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