From: Markus Jais Date: 2002-04-05T05:52:49+09:00 Subject: Kernet methods and IO methods hello in Kernel there is a Module method "gets" and in IO there is an instance methode "gets" IO inherits from Object and Kernel in included in Object. but Module Methods are not available when a Module is include by a class, right ?? that is, the IO#gets is completely different from Kernel's "gets" method. I do not mean, that they work differently, but they are implemented seperately in Kernel and again in IO. is this all correct ?? thanks for any hints! regards markus