Is it possible to create static c-arrays in macruby? In jruby Array has a a #to_java method which converts a Array object to an java array (a = Array.new(6).to_java(:double)) Is there something like that supported in macruby?
Tom _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel