On Thu, 14 Oct 2010 09:15:34 -0400 Louis-Philippe
<defa...@spiralix.org> 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.

I had a similarly interesting problem last night with the brand new
0.7. I can summarize it this way:

$ macirb --simple-prompt
>> framework 'AppKit'=> true
>> NSSpeechSynthesizer.availableVoices
TypeError: can't convert Class into String
        
>> 

This is clearly wrong. (It is even an example given in
http://macruby.labs.oreilly.com/ch01.html and clearly should work.)

-- 
Perry E. Metzger                pe...@piermont.com
_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to