ruby-cvs:18513
From: (matz) <matz ruby-lang.org>
Date: Thu, 2 Nov 2006 13:44:53 +0900
Subject: [ruby-cvs:18513] ruby: * eval.c (rb_call0): fixed bug of zsuper with both of opt and rest.
matz Thu, 2 Nov 2006 13:44:53 +0900
Modified files:
ruby:
ChangeLog eval.c
Log:
* eval.c (rb_call0): fixed bug of zsuper with both of opt and rest.
fixed: [ruby-list:42928]
Revision Changes Path
1.5577 +6 -1 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.5576&r2=1.5577
1.954 +5 -1 ruby/eval.c
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/eval.c?cvsroot=src&r1=1.953&r2=1.954