On Sun, 20 Apr 2008 19:52:35 +0900, Florian Gilcher wrote: > The interesting thing about Generics in Java (and the point where they > cannot make > sense in ruby) is that they are only checked on _compile_ time. So, at > runtime, all > generic collections behave as a collection of Object. It wouldn't be useful to have some sort test to make sure there's not a type problem ahead of time? -Thufir