From: Mario Ruiz Date: 2008-11-19T20:19:00+09:00 Subject: Re: Run a method in a Module In my case is a little bit more complicated since the modules I'll use are the output of another application and I cannot change the content. I'm doing something like: m1=Module1 m1.instance_methods.each {|b| # here I'm checking if the methods exist on Module2 # Also I'm running the method and getting the result in both modules } -- Posted via http://www.ruby-forum.com/.