michaeljbishop / mulligan

Elegant, Ruby-ish Restartable Exceptions for Ruby (like Lisp's "Restarts")
http://michaeljbishop.github.io/mulligan/
MIT License
8 stars 0 forks source link

`Mulligan::Kernel#raise` now raises with the same stack frame #5

Closed michaeljbishop closed 10 years ago

michaeljbishop commented 10 years ago

as Kernel#raise as it is implemented with a c-extension. Still only compatible with MRI 2.x