From: 7stud -- Date: 2007-11-09T15:02:17+09:00 Subject: Re: 'Class.inherited' v. 'inherited' syntax inside Class 7stud -- wrote: > Ok, thanks. That explains why the inherit method in Class, when > overridden in a user defined class, must be defined using the 'class > method' syntax, e.g. UserClass.inherit. I thought the method in Class > was named Class.inherit (because pickaxe2 said so), and in order to > override that in a user defined class, you defined it with the same > syntax, e.g. MyClass.inherit. > Whoops. 'inherit' --> 'inherited' -- Posted via http://www.ruby-forum.com/.