From: Soso Soso Date: 2006-11-17T01:51:05+09:00 Subject: Re: Accessing base method... Thanks Stefano, it works. But it puzzles me (coming from a C++/Java background) why isn't there a more direct way to access an overriden base class method. hmmm... Stefano Crocco wrote: > If you want to be able to call a base class's method after having > overriden it, you should use alias_method. -- Posted via http://www.ruby-forum.com/.