Ruby Control Structures - Infinite Loop

  • + 0 comments
    loop do
        coder.practice
        if coder.oh_one?
            break
        end
    end