From: ts Date: 2006-05-08T22:09:52+09:00 Subject: Re: Class Methods >>>>> "M" == Michael Gorsuch writes: M> ClassB.instance_methods is returning all of them. I just want to see M> 'my_new_method'. ClassB.instance_methods(false) Guy Decoux