From: konsu Date: 2006-02-09T03:38:22+09:00 Subject: Re: mixing in modules ? hello, let me rephrase the question, may be this will get more responses: is it a bad programming style in ruby to use 'super' in a module definition? that is, is it bad to invoke methods that will be defined in the object that will mix in this module? thanks konstantin