Use Kernel#loop with break rather than begin/end/until or begin/end/while for post-loop tests. # bad begin puts val val += 1 end ...
確定! 回上一頁