From 59b40184afdb5e5ae1e643374283288a3ff0412c Mon Sep 17 00:00:00 2001 From: Watson Date: Wed, 17 Apr 2013 15:05:50 +0900 Subject: [PATCH] sync --- NEWS | 3 +++ vm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 75121336..6893fbe9 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,9 @@ contains Fixnum in namaspec. * Fixed a bug where Module#include? will not raise an exception if receiver is not module. + * Fixed a bug where `return' on a yield block that uses `ensure' would not + work. + * Fixed a bug where `catch' and `throw' would not work on iOS device. = RubyMotion 1.35 = diff --git a/vm b/vm index 8fb3be90..daa1b16f 160000 --- a/vm +++ b/vm @@ -1 +1 @@ -Subproject commit 8fb3be9016fe9575736887e34d71a0d80b3420f3 +Subproject commit daa1b16f4d2e34cc16c024ff613da05faabbd173