From: ts Date: 2002-10-15T02:14:59+09:00 Subject: Re: final in ruby >>>>> "A" == Austin Ziegler writes: A> I think that what he's wanting to do is freeze a method, not a whole A> class... He just need to put the methods that he want protect in a module and then freeze this module Guy Decoux