From: Kyle Schmitt Date: 2007-07-25T04:21:20+09:00 Subject: attributes ala java annotations or .Net attributes? Does ruby have attributes ala java annotations or .Net attributes? I've never seen them in use, hence my wondering. Right now I've got a pretty big test-suite written in ruby & watir, and I've got alot of old code in it. It would be nice if I just was able to put in something like an [obsolete]/ tag, and have it just ignored, or have a warning popup automatically to say "Your'e using an obsolete method, get with it!", or to bip me on the head... Is there anything like this? Thanks, Kyle