From: Pit Capitain Date: 2005-08-04T15:55:40+09:00 Subject: Re: interesting test tool... looking for opinions. Alexandru Popescu schrieb: > Is there any metadata that can be associated with a method? I know it is > an object, and maybe you can attach some metadata to it. From that point > on the things will be more simple. No, you can't attach metadata to methods, but you can attach them to the class or module where the methods are defined. I think this should be enough for something like TestNG. For more info look into the archives of ruby-talk or ruby-core (I don't remember where). Regards, Pit