Even more data. The following code block also segfaults. It looks like
the issue is the cast of ary to a CFMutableArrayRef. But that is where
I am stumped, because I am not sure what alternatives there are. Any
help?
fred = Module.new
args = ['a']
args.extend(fred)
args.replace(['a', 'b'])
On Feb 12, 2009, at 2:01 PM, M. Scott Ford wrote:
One more piece of data. The module that is being extended does not
matter. The following block dies the same way.
fred = Module.new
args = []
args.extend(fred)
args.clear
_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel