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

3 lines
72 B
Ruby

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