From: Eric Mahurin Date: 2005-07-24T23:50:26+09:00 Subject: Re: Local Instance Methods --- gwtmp01@mac.com wrote: > include Helpful, {:update => :helpful_update} Another way you could accomplish this would be to have a Module#rename_methods which would return a new module: include Helpful.rename_methods(:update => :helpful_update) This along with local methods (maybe just make private methods local) and local instance variables would help better solve the multiple inheritance problem. __________________________________ Yahoo! Mail Stay connected, organized, and protected. Take the tour: http://tour.mail.yahoo.com/mailtour.html