-
dearblue authored
It is now possible to specify return destination directly. This allows callinfo to distinguish between calls to the same proc object. At the same time, the `Kernel#catch` method is adjusted. By removing the previously required double lambda object, the REnv object is no longer created as well.
dearblue authoredIt is now possible to specify return destination directly. This allows callinfo to distinguish between calls to the same proc object. At the same time, the `Kernel#catch` method is adjusted. By removing the previously required double lambda object, the REnv object is no longer created as well.
Loading