Great, thanks for clearing that up!
-Gabriel
On Tue, Dec 14, 2010 at 12:20 PM, Laurent Sansonetti
wrote:
> Hi Gabriel,
>
> You can safely remove all the retain, release and autorelease messages from
> your code, as they are not needed in MacRuby (because it uses garbage
> collection).
>
> Laure
Hi Gabriel,
You can safely remove all the retain, release and autorelease messages from
your code, as they are not needed in MacRuby (because it uses garbage
collection).
Laurent
On Dec 14, 2010, at 11:51 AM, Gabriel Gilder wrote:
> Hi,
>
> Just installed MacRuby 0.8 and discovered that my p