From: "Iñaki Baz Castillo" Date: 2008-05-02T16:32:17+09:00 Subject: Re: How to exec a module method when "include Module" from a Class ? 2008/5/1, Iñaki Baz Castillo : > irb> c=C.new > irb> c.words > ["class_word", "module_word"] > > > Is it possible without adding "module_method()" in class C initialize method? Of course I could use inheritance and super method in "initialize()" but in fact I need to include more than a module so inheritance (single using "class < class") is not valid for me. -- Iñaki Baz Castillo