From: Tom M Date: 2008-02-14T00:15:18+09:00 Subject: Re: Test for instance method existence? On Feb 13, 5:47 am, Jari Williamsson wrote: > How can I test if an instance method is defined for a class, without > having to create an instance of that class? > > Simple example: Test if 'length' defined for the 'String' class? > > Best regards, > > Jari Williamsson Do you want all the instance methods, or just the public ones?