RosettaCodeData/Task/Exceptions/Ruby/exceptions-5.rb
Ingy döt Net 764da6cbbb CDE
2013-04-10 16:57:12 -07:00

2 lines
72 B
Ruby

# short way to rescue any StandardError
quotient = 1 / 0 rescue "sorry"