ruby exit out of loop

loop do
  # Your loop code here
  break # Condition to exit the loop
end