8 Jul
2010
8 Jul
'10
11:45 p.m.
Revision: 4335 http://trac.macosforge.org/projects/ruby/changeset/4335 Author: martinlagardette@apple.com Date: 2010-07-08 16:45:37 -0700 (Thu, 08 Jul 2010) Log Message: ----------- Add selector to the implementation of `ENV#rassoc` - Fixes #777 Modified Paths: -------------- MacRuby/trunk/env.c Modified: MacRuby/trunk/env.c =================================================================== --- MacRuby/trunk/env.c 2010-07-08 23:39:45 UTC (rev 4334) +++ MacRuby/trunk/env.c 2010-07-08 23:45:37 UTC (rev 4335) @@ -506,7 +506,7 @@ } static VALUE -env_rassoc(VALUE dmy, VALUE obj) +env_rassoc(VALUE dmy, SEL sel, VALUE obj) { rb_secure(4);
5602
Age (days ago)
5602
Last active (days ago)
0 comments
1 participants
participants (1)
-
source_changes@macosforge.org