Hi,

I'm afraid I don't totally understand the question. If the class is written in Ruby using MacRuby, it can't be used in a non-GC environment. If the class is written in Objective-C but used in a MacRuby app, it can be used in a RR environment, assuming that it's correctly implemented to handle both environments.

Laurent

On Nov 12, 2009, at 6:18 AM, B. Ohr wrote:

Hi,

I have written a MacRuby class that reads binary data (a special format) from a file. Is there a chance that I can use this class in a Quicklook plugin or a spotlight importer?

Both targets don't support GC-memory, but all object instances are created in one procedure with autorelease (NSAutoreleasePool ). So this is a very special case of GC....

Bernd
_______________________________________________
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