From 05b6582e9f3bb5e8dc1e5a5bd013d19ebaeb691b Mon Sep 17 00:00:00 2001 From: Watson Date: Fri, 5 Oct 2012 15:10:59 +0900 Subject: [PATCH] add line for latest commit --- NEWS | 2 ++ vm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 95ad0810..c9e01555 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,8 @@ * Added the Pointer#value which is alias of Pointer#[0]. * Fixed a bug where methods that take variable arguments does not call appropriate function if raise an Argument Error exception. + * Fixed a bug which fails looking up method when call super from block in + define_method. = RubyMotion 1.25 = diff --git a/vm b/vm index 2647ed08..985723a6 160000 --- a/vm +++ b/vm @@ -1 +1 @@ -Subproject commit 2647ed08d26e7f207c5a89e01737872c1b5b85b6 +Subproject commit 985723a6120b46ebe90ad4a10bbf39cbb5a7c1b1