Hello,

I've installed the latest nightly build from 12/7, and tried running the sample code from the last blog post regarding calling [NSArray enumerateObjectsUsingBlock:] from with macirb. I successfully get a segfault every time I run the sample:

framework 'Foundation'
a = [1, 2, 3, 4, 5]
a.enumerateObjectsUsingBlock(Proc.new { |obj, index, stop|
  p obj
  stop.assign(true) if index == 2
})

Has anything changed since that sample code was posted?
Thanks,
Saul
_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to