Can you make sure you are using the latest BridgeSupport?

- Matt

Sent from my iPhone

On Jan 11, 2011, at 10:01, Joel Reymont <joe...@gmail.com> wrote:

> 
> On Jan 11, 2011, at 5:40 PM, Rolando Abarca wrote:
> 
>> I'm using MacRuby 0.8
> 
> Works for me!
> 
> macruby -version
> MacRuby 0.9 (ruby 1.9.2) [universal-darwin10.0, x86_64]
> 
> macirb
> irb(main):001:0> framework 'Foundation'
> => true
> irb(main):002:0> a = [1,2,3,4,5]
> => [1, 2, 3, 4, 5]
> irb(main):003:0> a.enumerateObjectsUsingBlock(Proc.new { |obj, index, stop|
> irb(main):004:1>   p obj
> irb(main):005:1>   stop.assign(true) if index == 2
> irb(main):006:1>   })
> 1
> 2
> 3
> => [1, 2, 3, 4, 5]
> 
> ---
> http://wagerlabs.com | @wagerlabs | http://www.linkedin.com/in/joelreymont
> 
> 
> 
> 
> 
> _______________________________________________
> MacRuby-devel mailing list
> MacRuby-devel@lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to