Yukihiro "Matz" Matsumoto
|
207577f0af
|
mrb_protect() to return the exception raised (with the state of true)
|
2015-07-15 14:47:15 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
c0bf76d0a1
|
remove unused variable declaration
|
2015-07-15 14:47:15 +09:00 |
|
take_cheeze
|
f6b5a82972
|
Use class array instead of variadic.
|
2015-07-15 14:47:15 +09:00 |
|
take_cheeze
|
cdd72d9c37
|
Implement mrb_protect, mrb_ensure, mrb_rescue, mrb_rescue_exceptions.
(`mrb_rescue_exceptions` is mruby implementation of `rb_rescue2`.)
Closes #2844, closes #2837.
|
2015-07-15 14:46:56 +09:00 |
|