Mega Code Archive

 
Categories / Ruby / Statement
 

Until keeps looping while its condition remains false, or not true

until($_ == "q") puts "Running..." print "Enter q to quit: " gets chomp end