RosettaCodeData/Task/Exceptions/Ruby/exceptions-5.rb

3 lines
72 B
Ruby
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
# short way to rescue any StandardError
quotient = 1 / 0 rescue "sorry"