Hi,

It seems to work for me:

% macruby -e 'p MACRUBY_VERSION, MACRUBY_REVISION'
"0.7"
"svn revision 4566 from 
http://svn.macosforge.org/repository/ruby/MacRuby/branches/0.7";

% macruby -e 'p NSArray.array'                             
[]

% macruby -e 'p NSArray.new'  
[]

Which version are you using?

Eloy

On Oct 14, 2010, at 3:15 PM, Louis-Philippe wrote:

> Hi all,
> 
> on my system, with MacRuby 0.7, I get this error:
> 
> >> NSArray.array
> ArgumentError: wrong number of arguments
> 
> every NSArray constructor method seems to exibit some kind of similar 
> behaviour.
> I searched the tickets and couldn't find it there.
> 
> L-P
> _______________________________________________
> 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