From: "Bartosz Dziewoński" Date: 2012-04-20T02:18:05+09:00 Subject: Re: Why must I know whether I extend a class or a module? W dniu 19 kwietnia 2012 07:59 użytkownik Intransition napisał: > On Wednesday, April 18, 2012 1:13:17 PM UTC-4, Marc Heiler wrote: >> >> - Why do I need to KNOW that it is a module or a class? >> >> > I concur.  I have been a long advocate of removing the distinction between > class and module. It's not really a necessary distinction. I disagree. You are not supposed to instantiate modules; you do are supposed to instantiate classes. Even if the difference between the two is small in your code or in Ruby source, the conceptual gap is huge. -- Matma Rex