From: ts Date: 2004-09-12T22:15:18+09:00 Subject: Re: What governs the order of methods returned by object.public_methods( false ) ? >>>>> "T" == Tom Counsell writes: T> I was wondering if anyone can help me by explaining what governs the T> order of methods returned by object.public_methods( false ) ? methods are stored in an hash, where the key is the id of the method name. Guy Decoux