From: Joel VanderWerf Date: 2010-11-04T05:58:21+09:00 Subject: Re: the dark side of inherited methods On 11/03/2010 01:22 AM, Robert Klemme wrote: > ... as is wasting a class because one wants to spare the typing IMHO. :-) My suggestion is not just for reducing typing: the super construct gives you a clean, idiomatic way to wrap the methods provided by Struct. Anyway, it's not as if Class.new were depleting the ozone layer or something :)