2010/2/5 R. Kumar <sentinel.2001 / gmx.com>: > If you are saying that aM() forces a call to the parent's m() and of > course you have inherited from Father, then yes. Yes, my mistake, I forgot the "public Father". > def aM > ¨Âõðåò®í > end Yes, indeed, but what if I need to call a specific parent's method ? Say Parent > Child > Grandchild. Is it possible to Parent::m in Grandchild (other than super.super.m(), if it works :-)) ? -- Xavier NOELLE