109 110 111
# File 'lib/try-catch.rb', line 109 def catch *exception_classes, &block ::TryCatch::Function.catch self, *exception_classes, &block end
105 106 107
# File 'lib/try-catch.rb', line 105 def try *exception_classes, &block ::TryCatch::Function.try self, *exception_classes, &block end