[Rails] more misleading content on the web regarding ruby method lookup algorithm

2012-10-06 Thread John Merlino
I read this article: http://www.madebydna.com/all/code/2011/06/24/eigenclasses-demystified.html Author makes claim that are flat out wrong. She says: Class gets pushed up the lookup chain and becomes a superclass. That statement is flat out wrong. A class object does not inherit from class

Re: [Rails] more misleading content on the web regarding ruby method lookup algorithm

2012-10-06 Thread Bill Walton
Hi John, On Sat, Oct 6, 2012 at 2:43 PM, John Merlino stoici...@aol.com wrote: I read this article: http://www.madebydna.com/all/code/2011/06/24/eigenclasses-demystified.html Author makes claim that are flat out wrong. She says: Class gets pushed up the lookup chain and becomes a