This patch converts wxArrayInt to Ruby arrays. Sean _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
Sean Long wrote:> This patch converts wxArrayInt to Ruby arrays.Applied. Eventually, I wonder if we could use duck-typing, and not actually require the incoming ruby type to be of class Array. Anything that acts like an array should be good enough. But that''s a discussion for next year, after we get the basics working. Thanks, Kevin