Maybe a real example would help, rather than infinite-loop pseudo-code.

val = -3
until val > 2
  begin
    val +=1
    1/val
  rescue
    puts 'Error on ' + val.to_s
  else
    puts 'No Error on ' + val.to_s
  end
  puts 'Finished with ' + val.to_s
end

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/4ca275853b8d2f25003ab6ea10ca89d0%40ruby-forum.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to