2008/4/29 Philippe Monnet <[EMAIL PROTECTED]>: > Is that right? Btw what is the 50,000 feet direction for dealing with > generics?
Following code works *right now*. (Put it in a file and run with rbx.exe.) require 'mscorlib' include System::Collections::Generic IntList = List.of(Fixnum) a = IntList.new a.add 1 puts a[0] -- Seo Sanghyeon _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
