Maccool

Results 1 issues of Maccool

**if I execute the following code with mruby:** ``` strX = 'some no foo' begin y='start' puts y foo rescue => excp strX = 'some foo error' ensure puts strX...