From: John Wilger Date: 2007-06-27T02:10:09+09:00 Subject: Re: Class instance into included module On Jun 26, 10:00 am, Galevsky Gal wrote: > here is my problem: I would like to handle class instances into a module > included by the class. This case is illustrated below: > Do you have any idea ? I cannot get my instance using self since self > means the module itself. How can I make a .call onto *parent* class > method ? Is Module#included what you want, perhaps? http://ruby-doc.org/core/classes/Module.html#M001683